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
Converts the lower 32 bits of the __m64 object m to an integer.
int _mm_cvtsi64_si32 ( __m64 m );
MOVD
Remarks
A synonym for _mm_cvtsi64_si32 is _m_to_int.
Requirements
Header: mmintrin.h
END Microsoft Specific