pub fn vec_sqrt(dst: &mut [f32], src: &[f32])
Square root: dst[i] = sqrt(src[i]).
dst[i] = sqrt(src[i])