pulley_interpreter::encode

Function x32_from_f64_u

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

low32(dst) = checked_unsigned_from_f64(src)