Function core::arch::x86::_mm_cvtpi32_ps [] [src]

pub unsafe fn _mm_cvtpi32_ps(a: __m128, b: __m64) -> __m128
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on x86 and target feature sse,mmx only.

Converts two elements of a 64-bit vector of [2 x i32] into two floating point values and writes them to the lower 64-bits of the destination. The remaining higher order elements of the destination are copied from the corresponding elements in the first operand.