Skip to content

Commit c016eda

Browse files
committed
[release][docs] List all cores Arm has added support for in LLVM 12.
Reviewed By: kristof.beyls Differential Revision: https://reviews.llvm.org/D98277
1 parent 15d1ee3 commit c016eda

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,15 @@ Modified Compiler Flags
139139
This behavior matches newer GCC.
140140
(`D91760 <https://reviews.llvm.org/D91760>`_)
141141
(`D92054 <https://reviews.llvm.org/D92054>`_)
142+
- Support has been added for the following processors (command-line identifiers
143+
in parentheses):
144+
- Arm Cortex-A78C (cortex-a78c).
145+
- Arm Cortex-R82 (cortex-r82).
146+
- Arm Neoverse V1 (neoverse-v1).
147+
- Arm Neoverse N2 (neoverse-n2).
148+
- Fujitsu A64FX (a64fx).
149+
For example, to select architecture support and tuning for Neoverse-V1 based
150+
systems, use ``-mcpu=neoverse-v1``.
142151

143152
Removed Compiler Flags
144153
-------------------------

0 commit comments

Comments
 (0)