Function _mm_cvtss_f32

#[target_feature(enable = "sse")]
pub const fn _mm_cvtss_f32(a: __m128) -> f32

Extracts the lowest 32 bit float from the input vector.

Intel's documentation