Function mul_u8i8_add_horizontal_saturating_m128i
pub fn mul_u8i8_add_horizontal_saturating_m128i(a: m128i, b: m128i) -> m128i
Available on crate feature
dep_safe_arch
only.Expand description
This is dumb and weird.
-
Vertically multiplies each
u8
lane froma
with ani8
lane fromb
, producing ani16
intermediate value. -
These intermediate
i16
values are horizontally added with saturation. -
Intrinsic:
_mm_maddubs_epi16
-
Assembly:
pmaddubsw xmm, xmm