Skip to main content

add_uf32

Function add_uf32 

Source
pub fn add_uf32(
    left: &[Uf32],
    right: &[Uf32],
    output: &mut [Uf32],
) -> Result<(), SimdError>
Expand description

Elementwise Uf32 addition through native F64 SIMD lanes.