pub fn sin<S>(input: &[S], output: &mut [S])where S: Sample,
Compute sine of each element using SIMD.