_mm_cvtepi32_pd

Microsoft Specific

Converts the lower two signed 32-bit integer values of a to double-precision, floating-point values.

__m128d _mm_cvtepi32_pd (__m128i a);
CVTDQ2PD

Return Value

r0 := (double) a0
r1 := (double) a1

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Conversion Operations (SSE2)