Skip to main content

simd_dot_aligned_f32

Function simd_dot_aligned_f32 

Source
pub fn simd_dot_aligned_f32(a: &[f32], b: &[f32]) -> Result<f32, &'static str>
Expand description

High-performance SIMD dot product for aligned f32 vectors