Skip to content

intrinsic-test: use runner also for rust #1852

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

folkertdev
Copy link
Contributor

Let's see what this does on CI. It uses runner also for running the rust programs, so that they can be run outside of the docker container (assuming qemu and clang etc.)

@rustbot
Copy link
Collaborator

rustbot commented Jul 8, 2025

r? @Amanieu

rustbot has assigned @Amanieu.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@folkertdev folkertdev force-pushed the optimize-intrinsic-test branch 2 times, most recently from 1fe2c58 to c341f6b Compare July 8, 2025 16:42
@folkertdev folkertdev force-pushed the optimize-intrinsic-test branch from c341f6b to 7f5c865 Compare July 8, 2025 19:50
@@ -114,7 +114,6 @@ pub const AARCH_CONFIGURATIONS: &str = r#"
#![cfg_attr(any(target_arch = "aarch64", target_arch = "arm64ec"), feature(stdarch_neon_fcma))]
#![cfg_attr(any(target_arch = "aarch64", target_arch = "arm64ec"), feature(stdarch_neon_dotprod))]
#![cfg_attr(any(target_arch = "aarch64", target_arch = "arm64ec"), feature(stdarch_neon_i8mm))]
#![cfg_attr(any(target_arch = "aarch64", target_arch = "arm64ec"), feature(stdarch_neon_sha3))]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this target feature has been stable for some time, and was generating warning spam.

@folkertdev folkertdev force-pushed the optimize-intrinsic-test branch from 7f5c865 to 3babc4b Compare July 8, 2025 19:52
@folkertdev folkertdev force-pushed the optimize-intrinsic-test branch from 3babc4b to 63e3ca9 Compare July 9, 2025 21:08
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.

3 participants