Skip to main content

max_f64_avx

Function max_f64_avx 

Source
pub unsafe fn max_f64_avx(a: &[f64]) -> f64
Expand description

Maximum of f64 slice using AVX (v1).

ยงSafety

Caller must ensure AVX is available on the current CPU.