pub fn simd_vec_scale<T>(vec: &[T], scalar: T) -> Vec<T>where T: Copy + Mul<Output = T>,
Scalar multiplication of a vector.