pub fn multiply_add<S: Sample>(a: &[S], b: &[S], output: &mut [S])where S::Simd: Mul<Output = S::Simd>,
Element-wise multiply two slices and write to output using SIMD.