Skip to main content

encode_f32_to_uf16

Function encode_f32_to_uf16 

Source
pub fn encode_f32_to_uf16(
    src: &[f32],
    dst: &mut [Uf16],
) -> Result<(), SimdError>
Expand description

Encode F32 lanes as Uf16 with the scalar constructor’s exact RNE behavior.