-
Notifications
You must be signed in to change notification settings - Fork 527
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
attributes/codegen: Add aarch64/linux/LLVM features #1546
base: master
Are you sure you want to change the base?
Conversation
Update attributes/codegen.md to include newly added aarch64 CPU features. List of added features: - FEAT_CSSC - FEAT_ECV - FEAT_FAMINMAX - FEAT_FLAGM2 - FEAT_FP8 - FEAT_FP8DOT2 - FEAT_FP8DOT4 - FEAT_FP8FMA - FEAT_FPMR - FEAT_HBC - FEAT_LSE128 - FEAT_LSE2 - FEAT_LUT - FEAT_MOPS - FEAT_LRCPC3 - FEAT_SVE_B16B16 - FEAT_SVE2p1 - FEAT_WFxT
Update attributes/codegen.md to include newly added aarch64 SME CPU features. List of added features: - FEAT_SME - FEAT_SME_F16F16 - FEAT_SME_F64F64 - FEAT_SME_F8F16 - FEAT_SME_F8F32 - FEAT_SME_FA64 - FEAT_SME_I16I64 - FEAT_SME_LUTv2 - FEAT_SME2 - FEAT_SME2p1 - FEAT_SSVE_FP8FDOT2 - FEAT_SSVE_FP8FDOT4 - FEAT_SSVE_FP8FMA
Update aarch64 feature dependencies to match the updates in stdarch.
Is this still up-to-date or are there new features added since? |
Ping @mrkajetanp @davidtwco Do you know the status of this? Is this something you're interested in continuing with? |
Iirc there was one PAuth feature added since this, up to date apart from that. This was supposed to be merged once they're stabilised, I don't think that's been done yet. |
☔ The latest upstream changes (possibly 96618fa) made this pull request unmergeable. Please resolve the merge conflicts. |
Update attributes/codegen.md to include newly added aarch64 CPU features.
rust/rust PR with the new features: rust-lang/rust#128192
List of added features:
Tracking: rust-lang/rust#127764