Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この命令を使用して、C++ の関数にpcmpestri似た関数を作成するにはどうすればよいですか? strposg++ コンパイラを使用できます。
pcmpestri
strpos
pcmpestriSSE4で見つかった新しい命令です
SSE 命令を使用する前に、浮動小数点スタックを格納し、後で復元する必要があります。文字列が巨大でない限り、それは価値がありません。また、巨大な文字列の場合は、より優れたアルゴリズムが適しています (Boyer-Moore など)。