From 9517c92e3ca343bae32840a9c0d2aa22e8fafb17 Mon Sep 17 00:00:00 2001 From: Victor Campos Date: Thu, 12 Sep 2024 10:40:06 +0100 Subject: [PATCH] Move Custom Datapath Extension to Release support level (#330) --- main/acle.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/main/acle.md b/main/acle.md index 653a315f..8b6c7d3b 100644 --- a/main/acle.md +++ b/main/acle.md @@ -406,11 +406,10 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin * Added [**Alpha**](#current-status-and-anticipated-changes) support for SME2.1 (FEAT_SME2p1). * Removed requirement to add preprocessor guards for header files. - * Added specifications for floating-point absolute minimum and maximum intrinsics (FEAT_FAMINMAX). - * Added specifications for table lookup intrinsics (FEAT_LUT, FEAT_SME_LUTv2). +* Release support level of the [Custom Datapath Extension](#custom-datapath-extension). ### References @@ -4520,9 +4519,6 @@ The returned value is the same as for `__arm_st64bv`. # Custom Datapath Extension -The specification for CDE is in `BETA` state and may change or be extended -in the future. - The intrinsics in this section provide access to instructions in the Custom Datapath Extension.