Function multiply_add

Source
pub fn multiply_add<S>(a: &[S], b: &[S], output: &mut [S])
where S: Sample, <S as Sample>::Simd: Mul<Output = <S as Sample>::Simd>,
Expand description

Element-wise multiply two slices and write to output using SIMD.