Skip to main content

simd_mul_aligned_f32

Function simd_mul_aligned_f32 

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

High-performance SIMD multiplication for aligned f32 vectors