Function _mm_mul_ss

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

Multiplies the first component of a and b, the other components are copied from a.

Intel's documentation