pub fn sum_simd(source: &[f32], target: &mut [f32])
Sum the values of source to the values of target, writing to target.
source
target
Uses runtime selected SIMD operations.