Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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