Function safe_arch::addsub_m128

source ·
pub fn addsub_m128(a: m128, b: m128) -> m128
Available with target feature sse3 only.
Expand description

Alternately, from the top, add a lane and then subtract a lane.