pulley_interpreter::encode

Function f64_from_x32_u

Source
pub fn f64_from_x32_u<E>(
    into: &mut E,
    dst: impl Into<FReg>,
    src: impl Into<XReg>,
)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

dst = checked_f64_from_unsigned(low32(src))