Function _mm_add_ss
#[target_feature(enable = "sse")]
pub const fn _mm_add_ss(a: __m128, b: __m128) -> __m128
Adds the first component of a and b, the other components are copied
from a.
_mm_add_ss#[target_feature(enable = "sse")]
pub const fn _mm_add_ss(a: __m128, b: __m128) -> __m128
Adds the first component of a and b, the other components are copied
from a.