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

Expand feature detection on AArch64 Darwin #1695

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

pthariensflame
Copy link
Contributor

This reflects the currently available set of sysctl values as of macOS 15, on 2024-12-21. Features not (yet) exposed by is_aarch64_feature_detected have been left in comments to document their existence for the future.

The only other changes this pull request makes are to align pmull and aes requirements, enable pacg as well as (the existing) paca when FEAT_PAuth is available, and sort and organize the various parts of the code for easier future extension.

This reflects the currently available set of sysctl values as of macOS 15, on 2024-12-21.  Features not (yet) exposed by `is_aarch64_feature_detected` have been left in comments to document their existence for the future.
@rustbot
Copy link
Collaborator

rustbot commented Dec 22, 2024

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Amanieu (or someone else) some time within the next two weeks.

@Amanieu Amanieu added this pull request to the merge queue Dec 23, 2024
Merged via the queue into rust-lang:master with commit 54ac7c8 Dec 23, 2024
60 checks passed
@pthariensflame pthariensflame deleted the darwin-arm-detection branch December 24, 2024 04:00
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