fn rounding_from_imm<'tcx>(rounding: i32) -> InterpResult<'tcx, Round>Expand description
Gets equivalent rustc_apfloat::Round from rounding mode immediate of
round.{ss,sd,ps,pd} intrinsics.
fn rounding_from_imm<'tcx>(rounding: i32) -> InterpResult<'tcx, Round>Gets equivalent rustc_apfloat::Round from rounding mode immediate of
round.{ss,sd,ps,pd} intrinsics.