Function _mm_cvt_ss2si

#[target_feature(enable = "sse")]
pub fn _mm_cvt_ss2si(a: __m128) -> i32

Alias for _mm_cvtss_si32.

Intel's documentation