pub fn vec_div(dst: &mut [f32], a: &[f32], b: &[f32])
Element-wise division: dst[i] = a[i] / b[i].
dst[i] = a[i] / b[i]