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 two lower single-precision, floating-point values of a to two 32-bit integer with truncation, returning the integers in packed form.
__m64 _mm_cvttps_pi32(__m128 a );
CVTTPS2PI
Return Value
r0 := (int)a0
r1 := (int)a1
Requirements
Header: mmintrin.h
END Microsoft Specific