Skip to main content

sum_f64_avx2

Function sum_f64_avx2 

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

Sum of f64 slice using AVX2.

ยงSafety

Caller must ensure the current CPU supports avx2.