Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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