-
Notifications
You must be signed in to change notification settings - Fork 391
Closed
rust-lang/rust
#140439Labels
A-intrinsicsArea: Affects out implementation of Rust intrinsicsArea: Affects out implementation of Rust intrinsicsC-enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancement
Description
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
, or algebraic_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.
Metadata
Metadata
Assignees
Labels
A-intrinsicsArea: Affects out implementation of Rust intrinsicsArea: Affects out implementation of Rust intrinsicsC-enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancement