Skip to content

Commit c5c36fa

Browse files
authored
Merge pull request #24 from eduardosm/bump
Bump to nightly-2023-10-22 and enable x86 aes/vaes for stdarch
2 parents 5455084 + bc06e28 commit c5c36fa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

run-stdarch-test.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ export TARGET="$1"
1919

2020
case "$TARGET" in
2121
i586-*|i686-*|x86_64-*)
22-
RUSTFLAGS="-C target-feature=+ssse3"
22+
RUSTFLAGS="-C target-feature=+ssse3,+avx512vl,+vaes"
2323
TEST_ARGS=(
24-
core_arch::x86::{sse,sse2,sse3,ssse3}::
24+
core_arch::x86::{sse,sse2,sse3,ssse3,aes,vaes}::
2525
core_arch::x86_64::{sse,sse2}::
2626
# FIXME not yet implemented
2727
--skip test_mm_clflush # could be implemented as a no-op?
28+
--skip test_mm_aeskeygenassist_si128
2829
)
2930
;;
3031
*)

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2023-10-08
1+
nightly-2023-10-22

0 commit comments

Comments
 (0)