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

Promote SME2.1 and SVE2.1 ACLE status from Alpha to Beta #365

Merged
merged 2 commits into from
Jan 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions main/acle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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

Choose a reason for hiding this comment

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

and might change

extended in the future.

`__ARM_FEATURE_SME_F16F16` is defined to `1` if there is hardware support
Expand Down Expand Up @@ -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

Choose a reason for hiding this comment

The 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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Choose a reason for hiding this comment

The 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
Expand Down
Loading