You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per rust-lang/rust#124609, these operations behave non-deterministically, so we should implement that in Miri. The apply_random_float_error function (currently only used for x86 intrinsics) could be used to do that.
As per rust-lang/rust#124609, these operations behave non-deterministically, so we should implement that in Miri. The
apply_random_float_errorfunction (currently only used for x86 intrinsics) could be used to do that.