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
Shifts four 16-bit values in m right the amount specified by count while shifting in zeros.
__m64 _mm_srli_pi16 (__m64 m , int count);
PSRLWI
Remarks
For the best performance, count should be a constant. A synonym for _mm_srli_pi16 is _m_psrlwi.
Requirements
Header: mmintrin.h
END Microsoft Specific