Function _mm_cvtt_ss2si

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

Alias for _mm_cvttss_si32.

Intel's documentation