_mm_cvtpd_pi32
Microsoft Specific
Converts the two double-precision, floating-point values of a to 32-bit signed integer values.
__m64 _mm_cvtpd_pi32 (__m128d a);
CVTPD2PI
Return Value
r0 := (int) a0
r1 := (int) a1
Requirements
Header: emmintrin.h
END Microsoft Specific