_mm_cvtpi32_ps
Microsoft Specific
Converts the two 32-bit integer values in packed form in b to two single-precision, floating-point values; the upper two single-precision, floating-point values are passed through from a.
__m128 _mm_cvtpi32_ps(__m128 a , __m64 b );
CVTPI2PS
Return Value
r0 := (float)b0
r1 := (float)b1
r2 := a2
r3 := a3
Requirements
Header: mmintrin.h
END Microsoft Specific