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