@@ -390,6 +390,9 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin
390390
391391#### Changes for next release
392392
393+ * Added [**Alpha**](#current-status-and-anticipated-changes)
394+ support for SVE2.1 (FEAT_SVE2p1).
395+
393396### References
394397
395398This document refers to the following documents.
@@ -8648,6 +8651,10 @@ when move instructions are required.
86488651
86498652### SVE2 BFloat16 data-processing instructions.
86508653
8654+ The specification for B16B16 is in
8655+ [**Alpha** state](#current-status-and-anticipated-changes) and may change or be
8656+ extended in the future.
8657+
86518658The instructions in this section are available when __ARM_FEATURE_B16B16 is
86528659non-zero.
86538660
@@ -8774,6 +8781,10 @@ BFloat16 floating-point multiply vectors.
87748781
87758782### SVE2.1 instruction intrinsics
87768783
8784+ The specification for SVE2.1 is in
8785+ [**Alpha** state](#current-status-and-anticipated-changes) and may change or be
8786+ extended in the future.
8787+
87778788The functions in this section are defined by the header file
87788789 [`<arm_sve.h>`](#arm_sve.h) when `__ARM_FEATURE_SVE2p1` is defined.
87798790
@@ -11839,6 +11850,10 @@ are named after. All of the functions have external linkage.
1183911850
1184011851### SVE2.1 and SME2 instruction intrinsics
1184111852
11853+ The specification for SVE2.1 is in
11854+ [**Alpha** state](#current-status-and-anticipated-changes) and may change or be
11855+ extended in the future.
11856+
1184211857The functions in this section are defined by either the header file
1184311858 [`<arm_sve.h>`](#arm_sve.h) or [`<arm_sme.h>`](#arm_sme.h)
1184411859when `__ARM_FEATURE_SVE2.1` or `__ARM_FEATURE_SME2` is defined, respectively.
0 commit comments