Function core::arch::x86::_mm_cvt_ss2si1.27.0[][src]

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

Alias for _mm_cvtss_si32.

Intel's documentation