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 the 64-bit value in m right the amount specified by count while shifting in zeros.
__m64 _mm_srl_si64 (__m64 m , __m64 count);
PSRLQ
Remarks
A synonym for _mm_srl_si64 is _m_psrlq.
Requirements
Header: mmintrin.h
END Microsoft Specific