Function pulley_interpreter::encode::bitcast_int_from_float_64

source ยท
pub fn bitcast_int_from_float_64<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 = bitcast src as i64