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