Function sum_simd

Source
pub fn sum_simd(source: &[f32], target: &mut [f32])
Expand description

Sum the values of source to the values of target, writing to target.

Uses runtime selected SIMD operations.