_mm_cvttps_pi32

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

See Also

Reference

Conversion Operations (SSE)