pub fn compute_distance_simd(
metric: DistanceMetric,
a: &[f32],
b: &[f32],
) -> f32Expand description
Compute similarity/distance using the specified metric with SIMD optimization
Returns a score where higher is better (for VectorSearchIndex).