pub fn dot_f32(a: &[f32], b: &[f32]) -> f32
The dot product, through the SIMD kernel where the host has one.