_mm_cvtepi32_ps

Microsoft Specific

Converts the four signed 32-bit integer values of a to single-precision, floating-point values.

__m128 _mm_cvtepi32_ps (__m128i a);
CVTDQ2PS

Return Value

r0 := (float) a0
r1 := (float) a1
r2 := (float) a2
r3 := (float) a3

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Conversion Operations (SSE2)