Function _mm_cvt_si2ss

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

Alias for _mm_cvtsi32_ss.

Intel's documentation