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 two 32-bit values in m left the amount specified by count while shifting in zeros.
__m64 _mm_sll_pi32 (__m64 m , __m64 count);
PSLLD
Remarks
A synonym for _mm_sll_pi32 is _m_pslld.
Requirements
Header: mmintrin.h
END Microsoft Specific