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

Add message of Alpha state for SVE2.1 #318

Merged
merged 3 commits into from
May 7, 2024
Merged
Changes from 2 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
16 changes: 15 additions & 1 deletion main/acle.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,11 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin
in the previous Alpha SME spec.
* Changed the status of the SME ACLE from Alpha to Beta.


CarolineConcatto marked this conversation as resolved.
Show resolved Hide resolved
#### Changes for next release

* Added [**Alpha**](#current-status-and-anticipated-changes)
support for SVE2.1 (FEAT_SVE2p1).

### References

This document refers to the following documents.
Expand Down Expand Up @@ -8648,6 +8650,10 @@ when move instructions are required.

### SVE2 BFloat16 data-processing instructions.

The specification for B16B16 is in
[**Alpha** state](#current-status-and-anticipated-changes) and may change or be
extended in the future.

The instructions in this section are available when __ARM_FEATURE_B16B16 is
non-zero.

Expand Down Expand Up @@ -8774,6 +8780,10 @@ 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
extended in the future.

The functions in this section are defined by the header file
[`<arm_sve.h>`](#arm_sve.h) when `__ARM_FEATURE_SVE2p1` is defined.

Expand Down Expand Up @@ -11839,6 +11849,10 @@ 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
extended in the future.

The functions in this section are defined by either the header file
[`<arm_sve.h>`](#arm_sve.h) or [`<arm_sme.h>`](#arm_sme.h)
when `__ARM_FEATURE_SVE2.1` or `__ARM_FEATURE_SME2` is defined, respectively.
Expand Down
Loading