Skip to main content

div_uf32

Function div_uf32 

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

Elementwise Uf32 division through native F64 SIMD lanes.