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