1.27.0[][src]Function core::arch::x86_64::_mm_cvt_ss2si

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

Alias for _mm_cvtss_si32.

Intel's documentation