_mm_cvtps_epi32

Microsoft Specific

Converts the four single-precision, floating-point values of a to signed 32-bit integer values.

__m128i _mm_cvtps_epi32 (__m128 a);
CVTPS2DQ

Return Value

r0 := (int) a0
r1 := (int) a1
r2 := (int) a2
r3 := (int) a3

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Conversion Operations (SSE2)