_mm_cvtsi64_si32
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