pub fn l2_squared_simd(a: &[f32], b: &[f32]) -> f32
Compute the sum of squared differences between two slices using SIMD.
Panics if a.len() != b.len().
a.len() != b.len()