1.27.0[][src]Function core_arch::x86_64::_mm_cvt_si2ss

pub unsafe fn _mm_cvt_si2ss(a: __m128, b: i32) -> __m128
This is supported on x86-64 and target feature sse only.

Alias for _mm_cvtsi32_ss.

Intel's documentation