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