_mm_andnot_si64

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

nothrow @nogc
__m64
_mm_andnot_si64
(
__m64 a
,
__m64 b
)

Meta