From f82cfba49f4993a1d50d166c78e752a8018834e8 Mon Sep 17 00:00:00 2001 From: Caroline Concatto Date: Tue, 16 Apr 2024 09:27:51 +0000 Subject: [PATCH 1/3] Add message of Alpha state for SVE2.1 --- main/acle.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/main/acle.md b/main/acle.md index 380e5a32..48216976 100644 --- a/main/acle.md +++ b/main/acle.md @@ -386,6 +386,8 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin `__arm_shared_za`, `__arm_new_za`, and `__arm_preserves_za` attributes in the previous Alpha SME spec. * Changed the status of the SME ACLE from Alpha to Beta. +* Added [**Alpha**](#current-status-and-anticipated-changes) + support for SVE2.1 (FEAT_SVE2p1). #### Changes for next release @@ -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. @@ -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) when `__ARM_FEATURE_SVE2p1` is defined. @@ -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) or [``](#arm_sme.h) when `__ARM_FEATURE_SVE2.1` or `__ARM_FEATURE_SME2` is defined, respectively. From 35ffe074e5795e8cc69f78bfb8aa0469a257f308 Mon Sep 17 00:00:00 2001 From: CarolineConcatto Date: Thu, 18 Apr 2024 11:24:20 +0100 Subject: [PATCH 2/3] Move message to be in next release acle.md --- main/acle.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/acle.md b/main/acle.md index 48216976..a511a9f8 100644 --- a/main/acle.md +++ b/main/acle.md @@ -386,12 +386,12 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin `__arm_shared_za`, `__arm_new_za`, and `__arm_preserves_za` attributes in the previous Alpha SME spec. * Changed the status of the SME ACLE from Alpha to Beta. -* Added [**Alpha**](#current-status-and-anticipated-changes) - support for SVE2.1 (FEAT_SVE2p1). - #### 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. From aff7d76290377214d905af3028897b9fb99a5340 Mon Sep 17 00:00:00 2001 From: CarolineConcatto Date: Fri, 19 Apr 2024 12:46:50 +0100 Subject: [PATCH 3/3] Update acle.md Add the extra line --- main/acle.md | 1 + 1 file changed, 1 insertion(+) diff --git a/main/acle.md b/main/acle.md index a511a9f8..89166c57 100644 --- a/main/acle.md +++ b/main/acle.md @@ -387,6 +387,7 @@ 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. + #### Changes for next release * Added [**Alpha**](#current-status-and-anticipated-changes)