_mm_cvtps_pd

Microsoft Specific

Converts the lower two single-precision, floating-point values of a to double-precision, floating-point values.

__m128d _mm_cvtps_pd (__m128 a);
CVTPS2PD

Return Value

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

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Conversion Operations (SSE2)