pub fn add_horizontal_i32_m128i(a: m128i, b: m128i) -> m128i
Available with target feature ssse3 only.
Expand description

Add horizontal pairs of i32 values, pack the outputs as a then b.