Skip to main content

add_uf16

Function add_uf16 

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

Elementwise Uf16 addition through native F32 SIMD lanes.