pub unsafe fn sum_f64_avx(a: &[f64]) -> f64
Sum of f64 slice using AVX.
Caller must ensure AVX is available on the current CPU.