Function _mm_hadd_epi32

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

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

Intel's documentation