_mm_cvtpi32x2_ps
Microsoft Specific
Converts the two 32-bit signed integer values in a and the two 32-bit signed integer values in b to four single-precision, floating-point values.
__m128 _mm_cvtpi32x2_ps(__m64 a, __m64 b );
(composite)
Return Value
r0 := (float)a0
r1 := (float)a1
r2 := (float)b0
r3 := (float)b1
Requirements
Header: mmintrin.h
END Microsoft Specific