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

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

Convert a 32 bit integer to a 32 bit float. The result vector is the input vector a with the lowest 32 bit float replaced by the converted integer.

This intrinsic corresponds to the CVTSI2SS instruction (with 32 bit input).