[−][src]Function core::arch::x86_64::_mm_cvtpi32x2_ps
pub unsafe fn _mm_cvtpi32x2_ps(a: __m64, b: __m64) -> __m128
This is supported on x86-64 and target feature
sse,mmx
only.Converts the two 32-bit signed integer values from each 64-bit vector
operand of [2 x i32]
into a 128-bit vector of [4 x float]
.