pub fn abs_sum<T: SimdOps>(data: &[T]) -> T
Reduces the slice to Σ |x| (L1-norm accumulator); T::ZERO for empty.
Σ |x|
T::ZERO