Function miri::shims::x86::rounding_from_imm

source ·
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.