fmt
This commit is contained in:
parent
326d77516d
commit
7adaa50448
1 changed files with 1 additions and 3 deletions
|
|
@ -1203,9 +1203,7 @@ impl<'tcx> Machine<'tcx> for MiriMachine<'tcx> {
|
|||
ecx: &mut InterpCx<'tcx, Self>,
|
||||
val: ImmTy<'tcx>,
|
||||
) -> InterpResult<'tcx, ImmTy<'tcx>> {
|
||||
crate::math::apply_random_float_error_to_imm(
|
||||
ecx, val, 2 /* log2(4) */
|
||||
)
|
||||
crate::math::apply_random_float_error_to_imm(ecx, val, 2 /* log2(4) */)
|
||||
}
|
||||
|
||||
#[inline(always)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue