Function _mm_hsub_epi32

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

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

Intel's documentation