_mm_cvttps_epi32

Microsoft Specific

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

__m128i _mm_cvttps_epi32 (__m128 a);
CVTTPS2DQ

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)