pub type DotKernel = fn(&[f32], &[f32]) -> f32;
SIMD kernel function pointer type for f32 dot product.