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

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Feb 10 05:17:44 PST 2025


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

None

>From 5b132030f237beaed44aa87916bbdc98aa65d58d 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 44a0b17d6a07b97..23757f937ec6f85 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. They depend on FEAT_NEON only
+
 Changes to the AMDGPU Backend
 -----------------------------
 



More information about the llvm-branch-commits mailing list