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