Skip to main content

encode_f64_to_uf32

Function encode_f64_to_uf32 

Source
pub fn encode_f64_to_uf32(
    src: &[f64],
    dst: &mut [Uf32],
) -> Result<(), SimdError>
Expand description

Encode F64 lanes as Uf32 with the scalar constructor’s exact RNE behavior.