Function core::arch::x86::_mm_cvt_ss2si
1.27.0 · source · pub unsafe fn _mm_cvt_ss2si(a: __m128) -> i32
Available on (x86 or x86-64) and target feature
sse
and x86 only.Expand description
Alias for _mm_cvtss_si32
.