_mm_cvtsi32_sd
Microsoft Specific
Converts the signed integer value in b to a double-precision, floating-point value.
__m128d _mm_cvtsi32_sd (__m128d a, int b);
CVTSI2SD
Return Value
The upper double-precision, floating-point value in a is passed through.
r0 := (double) b
r1 := a1
Requirements
Header: emmintrin.h
END Microsoft Specific