Skip to content

Commit 68c9730

Browse files
authored
Merge pull request #20 from eduardosm/bump
Bump Rust to nightly-2023-10-02
2 parents a64c160 + b1042d7 commit 68c9730

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

run-stdarch-test.sh

+2-4
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ export TARGET="$1"
1919

2020
case "$TARGET" in
2121
i586-*|i686-*|x86_64-*)
22-
RUSTFLAGS="-C target-feature=+sse2"
22+
RUSTFLAGS="-C target-feature=+ssse3"
2323
TEST_ARGS=(
24-
core_arch::x86::{sse,sse2}::
24+
core_arch::x86::{sse,sse2,sse3,ssse3}::
2525
core_arch::x86_64::{sse,sse2}::
2626
# FIXME add `#[cfg_attr(miri, ignore)]` to those tests in stdarch
2727
# These are nontemporal stores, fences, and CSR (FP env status register) accesses
@@ -39,8 +39,6 @@ i586-*|i686-*|x86_64-*)
3939
--skip test_mm_stream_si128
4040
--skip test_mm_stream_si32
4141
--skip test_mm_stream_si64
42-
# FIXME not yet implemented
43-
--skip test_mm_madd_epi16
4442
# FIXME fix those in stdarch
4543
--skip test_mm_rcp_ss # __m128(0.24997461, 13.0, 16.0, 100.0) != __m128(0.24993896, 13.0, 16.0, 100.0)
4644
--skip test_mm_store1_ps # attempt to subtract with overflow

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2023-09-28
1+
nightly-2023-10-02

0 commit comments

Comments
 (0)