batch_dot_product

Function batch_dot_product 

Source
pub fn batch_dot_product(a: &[Vec4], b: &[Vec4]) -> Vec<f32>
Expand description

SIMD-accelerated batch dot product.