pulley_interpreter::encode

Function x64_from_f32_u

Source
pub fn x64_from_f32_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

dst = checked_unsigned_from_f32(low32(src))