Skip to main content

dot_f64_avx2

Function dot_f64_avx2 

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

Dot product of two f64 slices using AVX2 FMA.

ยงSafety

Caller must ensure the current CPU supports avx2 and fma.