_mm_cmpistri

Compare packed strings with implicit lengths in a and b 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_cmpistri
(
int imm8
)
(
__m128i a
,
__m128i b
)

Meta