aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
diff options
context:
space:
mode:
authorJonathan Thackray <jonathan.thackray@arm.com>2024-06-13 00:00:57 +0100
committerGitHub <noreply@github.com>2024-06-13 00:00:57 +0100
commite80c59556d2d71cc2d0dcb2bd712c36cc4043025 (patch)
tree13ff9693c847642f6738af6f772f10971a8af1fd /clang/docs
parent45927d730bcd2aa3380834ca8db96e32a8b2f2b1 (diff)
downloadllvm-e80c59556d2d71cc2d0dcb2bd712c36cc4043025.zip
llvm-e80c59556d2d71cc2d0dcb2bd712c36cc4043025.tar.gz
llvm-e80c59556d2d71cc2d0dcb2bd712c36cc4043025.tar.bz2
[AArch64] Add support for Cortex-A725 and Cortex-X925 (#95214)
Cortex-A725 and Cortex-X925 are Armv9.2 AArch64 CPUs. Technical Reference Manual for Cortex-A725: https://developer.arm.com/documentation/107652/latest Technical Reference Manual for Cortex-X925: https://developer.arm.com/documentation/102807/latest
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index cf1ba02..148ff05 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -903,11 +903,13 @@ Arm and AArch64 Support
a feature modifier for -march and -mcpu as well as via target attributes
like ``target_version`` or ``target_clones``.
- Support has been added for the following processors (-mcpu identifiers in parenthesis):
+ * Arm Cortex-R52+ (cortex-r52plus).
+ * Arm Cortex-R82AE (cortex-r82ae).
* Arm Cortex-A78AE (cortex-a78ae).
* Arm Cortex-A520AE (cortex-a520ae).
* Arm Cortex-A720AE (cortex-a720ae).
- * Arm Cortex-R82AE (cortex-r82ae).
- * Arm Cortex-R52+ (cortex-r52plus).
+ * Arm Cortex-A725 (cortex-a725).
+ * Arm Cortex-X925 (cortex-x925).
* Arm Neoverse-N3 (neoverse-n3).
* Arm Neoverse-V3 (neoverse-v3).
* Arm Neoverse-V3AE (neoverse-v3ae).