Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,10 @@ Arm and AArch64 Support
in leaf functions after enabling ``-fno-omit-frame-pointer``, you can do so by adding
the ``-momit-leaf-frame-pointer`` option.

- Support has been added for the following processors (-mcpu identifiers in parenthesis):

* FUJITSU-MONAKA (fujitsu-monaka)

Android Support
^^^^^^^^^^^^^^^

Expand Down
2 changes: 2 additions & 0 deletions llvm/docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ Changes to the AArch64 Backend
* Assembler/disassembler support has been added for Armv9.6-A (2024)
architecture extensions.

* Added support for the FUJITSU-MONAKA CPU.

Changes to the AMDGPU Backend
-----------------------------

Expand Down
Loading