From deac9432600efc64dbf341060dc4e1a777e41f70 Mon Sep 17 00:00:00 2001 From: Claudio Bantaloukas Date: Fri, 5 Jun 2026 14:10:27 +0000 Subject: [PATCH 1/2] Add _bf16_x2 to the supported svluti6_lane suffixes. LUTIs operate on all 16 bit types. --- main/acle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/acle.md b/main/acle.md index a179b851..d556f8c8 100644 --- a/main/acle.md +++ b/main/acle.md @@ -13998,7 +13998,7 @@ Lookup table read with 6-bit indices (16-bit). Use of this intrinsic if `svcntb() * 8 < 512` results in undefined behaviour. ``` c - // Variants are also available for _u16_x2 and _f16_x2. + // Variants are also available for _u16_x2, _bf16_x2 and _f16_x2. svint16_t svluti6_lane[_s16_x2](svint16x2_t table, svuint8_t indices, uint64_t imm_idx); ``` From 328794e4ea1cdcab2f29950910522c5921c47a0e Mon Sep 17 00:00:00 2001 From: Claudio Bantaloukas Date: Fri, 5 Jun 2026 14:12:05 +0000 Subject: [PATCH 2/2] fix: changelog for dpISA 9.7 changes after Q1 2026 release --- main/acle.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main/acle.md b/main/acle.md index d556f8c8..028d22ef 100644 --- a/main/acle.md +++ b/main/acle.md @@ -489,6 +489,9 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin * Added [**Alpha**](#current-status-and-anticipated-changes) support for Brain 16-bit floating-point vector multiplication intrinsics. * Redesigned atomic store with hints intrinsics. + +#### Changes after ACLE Q1 2026 + * Added [**Alpha**](#current-status-and-anticipated-changes) support for SVE2.3 (FEAT_SVE2p3), SME2.3 (FEAT_SME2p3), FEAT_F16F32DOT dot product intrinsics. @@ -505,8 +508,6 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin intrinsics. * Added [**Alpha**](#current-status-and-anticipated-changes) support for SVE2.3 (FEAT_SVE2p3) and SME2.3 shift right narrow intrinsics. - -#### Changes after ACLE Q1 2026 * Bumped armv9.6 intrinsics implementation to [**Beta**](#current-status-and-anticipated-changes) ### References