_mm_andnot_si128

Compute the bitwise NOT of 128 bits (representing integer data) in a and then AND with b.

nothrow @nogc pure @safe
__m128i
_mm_andnot_si128
(
__m128i a
,
__m128i b
)

Meta