pulley_interpreter::encode

Function fmaximum32

Source
pub fn fmaximum32<E>(into: &mut E, operands: impl Into<BinaryOperands<FReg>>)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

low32(dst) = ieee_maximum(low32(src1), low32(src2))