pub fn vectorize_binary_op<T, F>(a: &[T], b: &[T], dest: &mut [T], op: F)where T: Copy, F: Fn(T, T) -> T,
Helper for vectorized binary operations