[−][src]Function core_arch::x86::_mm_cvtpi32x2_ps
pub unsafe fn _mm_cvtpi32x2_ps(a: __m64, b: __m64) -> __m128
🔬 This is a nightly-only experimental API. (
stdsimd
)This is supported on x86 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]
.