Function l2_squared_simd

Source
pub fn l2_squared_simd(a: &[f32], b: &[f32]) -> f32
Expand description

Compute the sum of squared differences between two slices using SIMD.

ยงPanics

Panics if a.len() != b.len().