_mm_srai_pi32

Microsoft Specific

Shifts two 32-bit values in m right the amount specified by count while shifting in the sign bit.

__m64 _mm_srai_pi32 (__m64 m , int count);
PSRADI

Remarks

For the best performance, count should be a constant. A synonym for _mm_srai_pi32 is _m_psradi.

Requirements

Header: mmintrin.h

END Microsoft Specific

See Also

Reference

MMX Technology Shift Intrinsics