pub fn vec_neg(dst: &mut [f32], src: &[f32])
Negate: dst[i] = -src[i]. Phase inversion.
dst[i] = -src[i]