_mm_cvtpi32_ps

Convert packed signed 32-bit integers in b to packed single-precision (32-bit) floating-point elements, store the results in the lower 2 elements, and copy the upper 2 packed elements from a to the upper elements of result.

nothrow @nogc pure @trusted
__m128
_mm_cvtpi32_ps
(
__m128 a
,
__m64 b
)

Meta