pub fn x32_from_f64_u<E>( into: &mut E, dst: impl Into<XReg>, src: impl Into<FReg>, )where E: Extend<u8>,
encode
low32(dst) = checked_unsigned_from_f64(src)