_mm_cmpeq_pi16
Microsoft Specific
If the respective 16-bit values in m1
are equal to the respective 16-bit values in m2
, sets the respective 16-bit resulting values to all ones; otherwise, sets them to all zeros.
__m64 _mm_cmpeq_pi16 (__m64 m1 , __m64 m2);
PCMPEQW
Remarks
A synonym for _mm_cmpeq_pi16 is _m_pcmpeqw.
Requirements
Header: mmintrin.h
END Microsoft Specific