Function addsub_m128
pub fn addsub_m128(a: m128, b: m128) -> m128
Available on crate feature
dep_safe_arch
only.Expand description
Alternately, from the top, add a lane and then subtract a lane.
- Intrinsic:
_mm_addsub_ps
- Assembly:
addsubps xmm, xmm