We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee37c8 commit 925b27dCopy full SHA for 925b27d
ci-test.sh
@@ -86,7 +86,8 @@ simd)
86
cargo miri test --lib --tests -- --skip ptr \
87
2>&1 | ts -i '%.s '
88
# This contains some pointer tests that do int/ptr casts, so we need permissive provenance.
89
- MIRIFLAGS="$DEFAULTFLAGS -Zmiri-permissive-provenance" \
+ # FIXME: disabling float non-determinism due to <https://github.com/rust-lang/portable-simd/issues/463>.
90
+ MIRIFLAGS="$DEFAULTFLAGS -Zmiri-permissive-provenance -Zmiri-deterministic-floats" \
91
cargo miri test --lib --tests -- ptr \
92
93
echo "::endgroup::"
rust-version
@@ -1 +1 @@
1
-nightly-2025-06-09
+nightly-2025-06-14
0 commit comments