Function safe_arch::add_horizontal_m128
source ยท pub fn add_horizontal_m128(a: m128, b: m128) -> m128
Available with target feature
sse3
only.Expand description
Add each lane horizontally, pack the outputs as a
then b
.
- Intrinsic:
_mm_hadd_ps
- Assembly:
haddps xmm, xmm