Skip to content

Commit 389b54e

Browse files
authored
Merge pull request #75 from RalfJung/rustup
skip non-temporal store tests
2 parents 87b2fbe + 7ca9dd8 commit 389b54e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

run-stdarch-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ i586-*|i686-*|x86_64-*)
2626
# FIXME not yet implemented
2727
--skip test_mm_clflush # could be implemented as a no-op?
2828
--skip test_mm_aeskeygenassist_si128
29+
--skip _stream # non-temporal stores are using inline assembly
2930
)
3031
;;
3132
*)

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2024-08-01
1+
nightly-2024-08-05

0 commit comments

Comments
 (0)