Skip to content

Commit cf954ff

Browse files
committed
Add SME2.2/SVE2.2 support status (Alpha) to the content
1 parent 777686d commit cf954ff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

main/acle.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12889,6 +12889,10 @@ Zero ZA vector groups
1288912889

1289012890
### SME2.2 instruction intrinsics
1289112891

12892+
The specification for SME2.2 are in
12893+
[**Alpha** state](#current-status-and-anticipated-changes) and might change or be
12894+
extended in the future.
12895+
1289212896
The intrinsics in this section are defined by the header file
1289312897
[`<arm_sme.h>`](#arm_sme.h) when `__ARM_FEATURE_SME2p2` is defined.
1289412898

@@ -13465,6 +13469,10 @@ While (resulting in predicate tuple)
1346513469

1346613470
### SVE2.2 and SME2.2 instruction intrinsics
1346713471

13472+
The specification for SVE2.2 and SME2.2 are in
13473+
[**Alpha** state](#current-status-and-anticipated-changes) and might change or be
13474+
extended in the future.
13475+
1346813476
The functions in this section are defined by either the header file
1346913477
[`<arm_sve.h>`](#arm_sve.h) or [`<arm_sme.h>`](#arm_sme.h)
1347013478
when `__ARM_FEATURE_SVE2p2` or `__ARM_FEATURE_SME2p2` is defined, respectively.

0 commit comments

Comments
 (0)