_mm_cvttpd_epi32
Microsoft Specific
Converts the two double-precision, floating-point values of a to 32-bit signed integers using truncate.
__m128i _mm_cvttpd_epi32 (__m128d a);
CVTTPD2DQ
Return Value
r0 := (int) a0
r1 := (int) a1
r2 := 0x0 ; r3 := 0x0
Requirements
Header: emmintrin.h
END Microsoft Specific