_mm_cvtpd_ps
Microsoft Specific
Converts the two double-precision, floating-point values of a to single-precision, floating-point values.
__m128 _mm_cvtpd_ps (__m128d a);
CVTPD2PS
Return Value
r0 := (float) a0
r1 := (float) a1
r2 := 0.0 ; r3 := 0.0
Requirements
Header: emmintrin.h
END Microsoft Specific