Skip to main content

sum_f64_avx512

Function sum_f64_avx512 

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

Sum of f64 slice using AVX-512.

ยงSafety

Caller must ensure the current CPU supports avx512f.