pub unsafe fn dot_f64_avx512(a: &[f64], b: &[f64]) -> f64
Dot product of two f64 slices using AVX-512.
Caller must ensure the current CPU supports avx512f.
avx512f