pub fn vec_add(dst: &mut [f32], a: &[f32], b: &[f32])
Element-wise addition: dst[i] = a[i] + b[i].
dst[i] = a[i] + b[i]