Skip to content

Commit d5251ef

Browse files
authored
Merge pull request #67 from eduardosm/avx
Test stdarch SSE4.1, AVX and AVX2
2 parents 8c7d086 + ab04803 commit d5251ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

run-stdarch-test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ export TARGET="$1"
1919

2020
case "$TARGET" in
2121
i586-*|i686-*|x86_64-*)
22-
TARGET_RUSTFLAGS="-C target-feature=+ssse3,+avx512vl,+vaes"
22+
TARGET_RUSTFLAGS="-C target-feature=+avx2,+avx512vl,+vaes"
2323
TEST_ARGS=(
24-
core_arch::x86::{sse,sse2,sse3,ssse3,aes,vaes}::
25-
core_arch::x86_64::{sse,sse2}::
24+
core_arch::x86::{sse,sse2,sse3,ssse3,sse41,avx,avx2,aes,vaes}::
25+
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?
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-05-05
1+
nightly-2024-05-18

0 commit comments

Comments
 (0)