pub fn sum_slice<T>(values: &[T]) -> Twhere T: NativeType + Simd + Add<Output = T> + Sum<T>, T::Simd: Sum<T> + Add<Output = T::Simd>,
compute_aggregate
Compute the sum of a slice