Function _mm_hadd_epi16

#[target_feature(enable = "ssse3")]
pub const fn _mm_hadd_epi16(a: __m128i, b: __m128i) -> __m128i

Horizontally adds the adjacent pairs of values contained in 2 packed 128-bit vectors of [8 x i16].

Intel's documentation