_mm_cmpestrc

Compare packed strings in a and b with lengths la and lb using the control in imm8, and returns 1 if the resulting mask was non-zero, and 0 otherwise.

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

Meta