Function sub_horizontal_m128d
pub fn sub_horizontal_m128d(a: m128d, b: m128d) -> m128d
Available on crate feature
dep_safe_arch
only.Expand description
Subtract each lane horizontally, pack the outputs as a
then b
.
- Intrinsic:
_mm_hsub_pd
- Assembly:
hsubpd xmm, xmm