Skip to main content

scale_f64_avx512

Function scale_f64_avx512 

Source
pub unsafe fn scale_f64_avx512(alpha: f64, y: &mut [f64])
Expand description

Scale f64 slice in-place: y[i] *= alpha, using AVX-512.

ยงSafety

Caller must ensure the current CPU supports avx512f.