_mm_cvtps_pi32

Microsoft Specific

Converts the two lower single-precision, floating-point values of a to two 32-bit integers according to the current rounding mode, returning the integers in packed form.

__m64 _mm_cvtps_pi32(__m128 a );
CVTPS2PI

Return Value

r0 := (int)a0
r1 := (int)a1

Requirements

Header: mmintrin.h

END Microsoft Specific

See Also

Reference

Conversion Operations (SSE)