pub(super) fn normalize_l2(vec: &mut [f32])
L2-normalizes vec in place. If the norm is zero, leaves the vector unchanged.
vec