aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorPrzemyslaw Wirkus <przemyslaw.wirkus@arm.com>2020-12-14 09:22:47 +0000
committerPrzemyslaw Wirkus <przemyslaw.wirkus@arm.com>2020-12-14 09:22:47 +0000
commitcf7efe2d36f4f940afebae04fc342dbd3d386b9b (patch)
tree1640726be1f81b0143dc93ed5daf6067648a30ca /gcc/doc
parent0df5fa66b668795d65cdc45c8a5c8969fd56d1b9 (diff)
downloadgcc-cf7efe2d36f4f940afebae04fc342dbd3d386b9b.zip
gcc-cf7efe2d36f4f940afebae04fc342dbd3d386b9b.tar.gz
gcc-cf7efe2d36f4f940afebae04fc342dbd3d386b9b.tar.bz2
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.
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 8b871e8..691b4cb 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -18047,7 +18047,7 @@ performance of the code. Permissible values for this option are:
@samp{cortex-a57}, @samp{cortex-a72}, @samp{cortex-a73}, @samp{cortex-a75},
@samp{cortex-a76}, @samp{cortex-a76ae}, @samp{cortex-a77},
@samp{cortex-a65}, @samp{cortex-a65ae}, @samp{cortex-a34},
-@samp{cortex-a78}, @samp{cortex-a78ae},
+@samp{cortex-a78}, @samp{cortex-a78ae}, @samp{cortex-a78c},
@samp{ares}, @samp{exynos-m1}, @samp{emag}, @samp{falkor},
@samp{neoverse-e1}, @samp{neoverse-n1}, @samp{neoverse-n2},
@samp{neoverse-v1}, @samp{qdf24xx}, @samp{saphira},