Add non-determinism to algebraic intrinsics. #4289
Labels
A-intrinsics
Area: Affects out implementation of Rust intrinsics
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
Tracking issue: rust-lang/rust#136469
Since rust-lang/rust#140172, the result of a call to any of the
algebraic_add
,algebraic_sub
,algebraic_mul
,algebraic_div
, oralgebraic_rem
intrinsics has been deterministic in Miri.Valid programmes do not depend on these computations being exact, thus Miri should add some non-determinism so that any such dependence is more likely to be caught.
The text was updated successfully, but these errors were encountered: