Skip to content

[AArch64][docs] Add release notes for FUJITSU-MONAKA support #120684

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 6 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,12 @@ 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):

For AArch64:

* 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