_mm_cmpestri

Compare packed strings in a and b with lengths la and lb using the control in imm8, and return the generated index. Note: if the mask is all zeroes, the returned index is always Count (8 or 16 depending on size).

nothrow @nogc @trusted
int
_mm_cmpestri
(
int imm8
)
(
__m128i a
,
int la
,
__m128i b
,
int lb
)

Meta