_mm_cmpgt_pi32
Microsoft Specific
If the respective 32-bit values in m1 are greater than the respective 32-bit values in m2, sets the respective 32-bit resulting values to all ones; otherwise, sets them all to zeros.
__m64 _mm_cmpgt_pi32 (__m64 m1 , __m64__m64 m2);
PCMPGTD
Remarks
A synonym for _mm_cmpgt_pi32 is _m_pcmpgtd.
Requirements
Header: mmintrin.h
END Microsoft Specific