Skip to content

Commit f82cfba

Browse files
Add message of Alpha state for SVE2.1
1 parent f947de6 commit f82cfba

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

main/acle.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,8 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin
386386
`__arm_shared_za`, `__arm_new_za`, and `__arm_preserves_za` attributes
387387
in the previous Alpha SME spec.
388388
* Changed the status of the SME ACLE from Alpha to Beta.
389+
* Added [**Alpha**](#current-status-and-anticipated-changes)
390+
support for SVE2.1 (FEAT_SVE2p1).
389391

390392

391393
#### Changes for next release
@@ -8648,6 +8650,10 @@ when move instructions are required.
86488650

86498651
### SVE2 BFloat16 data-processing instructions.
86508652

8653+
The specification for B16B16 is in
8654+
[**Alpha** state](#current-status-and-anticipated-changes) and may change or be
8655+
extended in the future.
8656+
86518657
The instructions in this section are available when __ARM_FEATURE_B16B16 is
86528658
non-zero.
86538659

@@ -8774,6 +8780,10 @@ BFloat16 floating-point multiply vectors.
87748780

87758781
### SVE2.1 instruction intrinsics
87768782

8783+
The specification for SVE2.1 is in
8784+
[**Alpha** state](#current-status-and-anticipated-changes) and may change or be
8785+
extended in the future.
8786+
87778787
The functions in this section are defined by the header file
87788788
[`<arm_sve.h>`](#arm_sve.h) when `__ARM_FEATURE_SVE2p1` is defined.
87798789

@@ -11839,6 +11849,10 @@ are named after. All of the functions have external linkage.
1183911849

1184011850
### SVE2.1 and SME2 instruction intrinsics
1184111851

11852+
The specification for SVE2.1 is in
11853+
[**Alpha** state](#current-status-and-anticipated-changes) and may change or be
11854+
extended in the future.
11855+
1184211856
The functions in this section are defined by either the header file
1184311857
[`<arm_sve.h>`](#arm_sve.h) or [`<arm_sme.h>`](#arm_sme.h)
1184411858
when `__ARM_FEATURE_SVE2.1` or `__ARM_FEATURE_SME2` is defined, respectively.

0 commit comments

Comments
 (0)