aarch64: Add support for Cortex-A78C
authorPrzemyslaw Wirkus <przemyslaw.wirkus@arm.com>
Mon, 14 Dec 2020 09:22:47 +0000 (09:22 +0000)
committerPrzemyslaw Wirkus <przemyslaw.wirkus@arm.com>
Mon, 14 Dec 2020 09:22:47 +0000 (09:22 +0000)
commitcf7efe2d36f4f940afebae04fc342dbd3d386b9b
tree1640726be1f81b0143dc93ed5daf6067648a30ca
parent0df5fa66b668795d65cdc45c8a5c8969fd56d1b9
aarch64: Add support for Cortex-A78C

This patch adds support for -mcpu=cortex-a78c command line option.
For more information about this processor, see [0]:

[0] https://developer.arm.com/ip-products/processors/cortex-a/cortex-a78c

gcc/ChangeLog:

* config/aarch64/aarch64-cores.def (AARCH64_CORE): Add Cortex-A78C core.
* config/aarch64/aarch64-tune.md: Regenerate.
* doc/invoke.texi: Update docs.
gcc/config/aarch64/aarch64-cores.def
gcc/config/aarch64/aarch64-tune.md
gcc/doc/invoke.texi