Skip to content

Commit bdfdb5f

Browse files
committed
stdarch: test SSE 4.2
1 parent 644c37b commit bdfdb5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run-stdarch-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ case "$TARGET" in
2121
i586-*|i686-*|x86_64-*)
2222
TARGET_RUSTFLAGS="-C target-feature=+avx2,+avx512vl,+vaes"
2323
TEST_ARGS=(
24-
core_arch::x86::{sse,sse2,sse3,ssse3,sse41,avx,avx2,aes,vaes}::
24+
core_arch::x86::{sse,sse2,sse3,ssse3,sse41,sse42,avx,avx2,aes,vaes}::
2525
core_arch::x86_64::{sse,sse2,sse41,avx,avx2}::
2626
# FIXME not yet implemented
2727
--skip test_mm_clflush # could be implemented as a no-op?

rust-version

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

0 commit comments

Comments
 (0)