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.
2 parents fee37c8 + 525c4c8 commit 1ab269cCopy full SHA for 1ab269c
ci-test.sh
@@ -82,7 +82,8 @@ simd)
82
cd $MIRI_LIB_SRC/portable-simd
83
84
echo "::group::Testing portable-simd"
85
- MIRIFLAGS="$DEFAULTFLAGS" \
+ # FIXME: disabling float non-determinism due to <https://github.com/rust-lang/portable-simd/issues/463>.
86
+ MIRIFLAGS="$DEFAULTFLAGS -Zmiri-deterministic-floats" \
87
cargo miri test --lib --tests -- --skip ptr \
88
2>&1 | ts -i '%.s '
89
# This contains some pointer tests that do int/ptr casts, so we need permissive provenance.
rust-version
@@ -1 +1 @@
1
-nightly-2025-06-09
+nightly-2025-06-14
0 commit comments