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

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

Alias for _mm_cvtss_si32.