_mm_andnot_si64
Microsoft Specific
Performs a logical NOT on the 64-bit value in m1 and use the result in a bitwise AND with the 64-bit value in m2.
__m64 _mm_andnot_si64 (__m64 m1 , __m64 m2);
PANDN
Remarks
A synonym for _mm_andnot_si64 is _m_pandn.
Requirements
Header: mmintrin.h
END Microsoft Specific