Function core::arch::x86_64::_mm_cvt_ss2si 1.27.0[−][src]
pub unsafe fn _mm_cvt_ss2si(a: __m128) -> i32
This is supported on x86-64 and target feature
sse
only.Expand description
Alias for _mm_cvtss_si32
.