pub unsafe fn max_f64_avx2(a: &[f64]) -> f64
Maximum of f64 slice using AVX2.
Caller must ensure the current CPU supports avx2.
avx2