Skip to content

Commit 0bb48e7

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

run-stdarch-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ 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}::
25-
core_arch::x86_64::{sse,sse2,sse41,avx,avx2}::
24+
core_arch::x86::{sse,sse2,sse3,ssse3,sse41,sse42,avx,avx2,aes,vaes}::
25+
core_arch::x86_64::{sse,sse2,sse41,sse42,avx,avx2}::
2626
# FIXME not yet implemented
2727
--skip test_mm_clflush # could be implemented as a no-op?
2828
--skip test_mm_aeskeygenassist_si128

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)