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>,
Element-wise multiply two slices and write to output using SIMD.