pulley_interpreter::encode

Function x32_from_f64_s_sat

Source
pub fn x32_from_f64_s_sat<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) = saturating_signed_from_f64(src)