Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test stdarch (only x86 SSE and SSE2 for now) #19

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

eduardosm
Copy link
Contributor

@eduardosm eduardosm force-pushed the test-stdarch branch 2 times, most recently from ff48859 to 2144884 Compare September 28, 2023 17:17
run-stdarch-test.sh Outdated Show resolved Hide resolved
@RalfJung
Copy link
Member

This looks great, thanks a lot. :)

TEST_ARGS=(
core_arch::x86::{sse,sse2}::
core_arch::x86_64::{sse,sse2}::
# FIXME add `#[cfg_attr(miri, ignore)]` to those tests in stdarch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# FIXME add `#[cfg_attr(miri, ignore)]` to those tests in stdarch
# FIXME add `#[cfg_attr(miri, ignore)]` to those tests in stdarch
# These are nontemporal stores, fences, and CSR (FP env status register) accesses

--skip test_mm_stream_ps
--skip test_mm_clflush
--skip test_mm_lfence
--skip test_mm_madd_epi16 # FIXME not yet implemented
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one looks like it should be outside the "FIXME add #[cfg_attr(miri, ignore)] to those tests in stdarch"?

@RalfJung RalfJung merged commit a64c160 into rust-lang:master Sep 29, 2023
6 checks passed
@eduardosm eduardosm deleted the test-stdarch branch September 30, 2023 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants