pub fn batch_squared_l2_native(candidates: &[&[f32]], query: &[f32]) -> Vec<f32>
Batch squared L2 distance with cross-platform multi-level prefetch hints.