MMX Technology Logical Intrinsics
Microsoft Specific
The intrinsics listed in the following table are followed by a description of each intrinsic.
MMX intrinsics use the __m64 data type, which is not supported on x64 processors.
The header file mmintrin.h contains the declarations for the MMX intrinsics.
Logical Intrinsics
Intrinsic name |
Operation |
Corresponding instruction |
---|---|---|
Bitwise AND |
PAND |
|
Logical NOT |
PANDN |
|
Bitwise OR |
POR |
|
Bitwise exclusive OR |
PXOR |