Function norm_squared_simd

Source
pub fn norm_squared_simd(a: &[f32]) -> f32
Expand description

Compute the squared L2 norm of a float slice using SIMD.