-
Notifications
You must be signed in to change notification settings - Fork 60
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
Promote SME2.1 and SVE2.1 ACLE status from Alpha to Beta #365
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -435,6 +435,9 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin | |
* Added [`__arm_agnostic`](#arm_agnostic) keyword attribute. | ||
* Refined function versioning scope and signature rules to use the default | ||
version scope and signature. | ||
* Changed the status of the SME2p1 ACLE from Alpha to Beta. | ||
* Changed the status of the SVE2p1 ACLE from Alpha to Beta. | ||
|
||
|
||
### References | ||
|
||
|
@@ -1947,7 +1950,7 @@ header file is available. | |
#### Scalable Matrix Extension (SME) | ||
|
||
The specification for SME2.1 is in | ||
[**Alpha** state](#current-status-and-anticipated-changes) and the | ||
[**Beta** state](#current-status-and-anticipated-changes) and the | ||
specification for the rest of SME is in | ||
[**Beta** state](#current-status-and-anticipated-changes). The | ||
specifications may change or be extended in the future. | ||
|
@@ -2025,7 +2028,7 @@ defined to a nonzero value. | |
#### Half-precision floating-point SME intrinsics | ||
|
||
The specification for SME2.1 is in | ||
[**Alpha** state](#current-status-and-anticipated-changes) and may change or be | ||
[**Beta** state](#current-status-and-anticipated-changes) and may change or be | ||
extended in the future. | ||
|
||
`__ARM_FEATURE_SME_F16F16` is defined to `1` if there is hardware support | ||
|
@@ -9194,7 +9197,7 @@ BFloat16 floating-point multiply vectors. | |
### SVE2.1 instruction intrinsics | ||
|
||
The specification for SVE2.1 is in | ||
[**Alpha** state](#current-status-and-anticipated-changes) and may change or be | ||
[**Beta** state](#current-status-and-anticipated-changes) and may change or be | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and might change |
||
extended in the future. | ||
|
||
The functions in this section are defined by the header file | ||
|
@@ -12498,7 +12501,7 @@ element types. | |
### SME2.1 instruction intrinsics | ||
|
||
The specification for SME2.1 is in | ||
[**Alpha** state](#current-status-and-anticipated-changes) and might change or | ||
[**Beta** state](#current-status-and-anticipated-changes) and might change or | ||
be extended in the future. | ||
|
||
The intrinsics in this section are defined by the header file | ||
|
@@ -12655,7 +12658,7 @@ are named after. All of the functions have external linkage. | |
### SVE2.1 and SME2 instruction intrinsics | ||
|
||
The specification for SVE2.1 is in | ||
[**Alpha** state](#current-status-and-anticipated-changes) and may change or be | ||
[**Beta** state](#current-status-and-anticipated-changes) and may change or be | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and might change |
||
extended in the future. | ||
|
||
The functions in this section are defined by either the header file | ||
|
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and might change