[llvm-branch-commits] [llvm] Add release note for Armv9.6 updates (PR #126513)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Feb 13 01:28:15 PST 2025


https://github.com/CarolineConcatto updated https://github.com/llvm/llvm-project/pull/126513

>From b8f15433ed7ac0e63731cae7ab30672d5fe0703e Mon Sep 17 00:00:00 2001
From: CarolineConcatto <caroline.concatto at arm.com>
Date: Mon, 10 Feb 2025 13:14:13 +0000
Subject: [PATCH] Add release note for Armv9.6 updates

---
 llvm/docs/ReleaseNotes.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 44a0b17d6a07b..3f9c1981972cb 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -151,6 +151,9 @@ Changes to the AArch64 Backend
 
 * Added support for the FUJITSU-MONAKA CPU.
 
+* Updated feature dependency in Armv9.6 for FEAT_FAMINMAX, FEAT_LUT and
+  FEAT_FP8, now they depend only on FEAT_NEON.
+
 Changes to the AMDGPU Backend
 -----------------------------
 



More information about the llvm-branch-commits mailing list