pub unsafe fn _mm_mul_ss(a: __m128, b: __m128) -> __m128
Multiplies the first component of a and b, the other components are copied from a.
a
b
Intel’s documentation