attributes/codegen: Add aarch64/linux/LLVM features#1546
Closed
mrkajetanp wants to merge 3 commits intorust-lang:masterfrom
Closed
attributes/codegen: Add aarch64/linux/LLVM features#1546mrkajetanp wants to merge 3 commits intorust-lang:masterfrom
mrkajetanp wants to merge 3 commits intorust-lang:masterfrom
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.
Member
|
Is this still up-to-date or are there new features added since? |
Contributor
|
Ping @mrkajetanp @davidtwco Do you know the status of this? Is this something you're interested in continuing with? |
Contributor
Author
|
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. |
Collaborator
|
☔ The latest upstream changes (possibly 96618fa) made this pull request unmergeable. Please resolve the merge conflicts. |
Member
|
Closing in favour of #1791, just a rebase of this with new features/conflicts resolved. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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