[llvm-branch-commits] [clang] [AArch64][ARM] Add a release note about _BitInt (PR #101521)

Momchil Velikov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Aug 1 10:06:43 PDT 2024


https://github.com/momchil-velikov created https://github.com/llvm/llvm-project/pull/101521

None

>From 3079b62127b9fd2878f9a1bf8ffeb2a5be90ab5b Mon Sep 17 00:00:00 2001
From: Momchil Velikov <momchil.velikov at arm.com>
Date: Thu, 1 Aug 2024 17:58:18 +0100
Subject: [PATCH] [AArch64][ARM] Add a release note about _BitInt

---
 clang/docs/ReleaseNotes.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index b4ef1e9672a5d..0bdc3cebbb068 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -1203,6 +1203,8 @@ Arm and AArch64 Support
     * Arm Neoverse-N3 (neoverse-n3).
     * Arm Neoverse-V3 (neoverse-v3).
     * Arm Neoverse-V3AE (neoverse-v3ae).
+- The C23 ``_BitInt`` implementation was brought into compliance with AAPCS32
+  and AAPCS64
 
 Android Support
 ^^^^^^^^^^^^^^^



More information about the llvm-branch-commits mailing list