We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d1ee3 commit c016edaCopy full SHA for c016eda
clang/docs/ReleaseNotes.rst
@@ -139,6 +139,15 @@ Modified Compiler Flags
139
This behavior matches newer GCC.
140
(`D91760 <https://reviews.llvm.org/D91760>`_)
141
(`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``.
151
152
Removed Compiler Flags
153
-------------------------
0 commit comments