Function core::arch::x86::_mm_cvt_si2ss 1.27.0[−][src]
pub unsafe fn _mm_cvt_si2ss(a: __m128, b: i32) -> __m128This is supported on (non-crate feature
miri-test-libstd or test or doctest) and x86 and target feature sse only.Expand description
Alias for _mm_cvtsi32_ss.