Function safe_arch::addsub_m128d
source ยท pub fn addsub_m128d(a: m128d, b: m128d) -> m128d
Available with target feature
sse3
only.Expand description
Add the high lane and subtract the low lane.
- Intrinsic:
_mm_addsub_pd
- Assembly:
addsubpd xmm, xmm