aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>2020-06-02 17:42:48 +0100
committerKyrylo Tkachov <kyrylo.tkachov@arm.com>2020-06-02 17:42:48 +0100
commit95827968e5f3e472bbef0ad8b65b0a7537c9cee3 (patch)
tree7296960e280bb1e0624402c12f4ab98d3ad9881e /gcc/doc
parent85bce484d37fdda9c7eadb9bdcdb1ded891462bb (diff)
downloadgcc-95827968e5f3e472bbef0ad8b65b0a7537c9cee3.zip
gcc-95827968e5f3e472bbef0ad8b65b0a7537c9cee3.tar.gz
gcc-95827968e5f3e472bbef0ad8b65b0a7537c9cee3.tar.bz2
aarch64: Add initial support for -mcpu=zeus
This patch adds support for the Arm Zeus CPU. Bootstrapped and tested on aarch64-none-linux-gnu. gcc/ 2020-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * config/aarch64/aarch64-cores.def (zeus): Define. * config/aarch64/aarch64-tune.md: Regenerate. * doc/invoke.texi (AArch64 Options): Document zeus -mcpu option.
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 5345bc3..06a04e3 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -17279,7 +17279,7 @@ performance of the code. Permissible values for this option are:
@samp{octeontx2f95mm}
@samp{thunderx}, @samp{thunderxt88},
@samp{thunderxt88p1}, @samp{thunderxt81}, @samp{tsv110},
-@samp{thunderxt83}, @samp{thunderx2t99}, @samp{thunderx3t110},
+@samp{thunderxt83}, @samp{thunderx2t99}, @samp{thunderx3t110}, @samp{zeus},
@samp{cortex-a57.cortex-a53}, @samp{cortex-a72.cortex-a53},
@samp{cortex-a73.cortex-a35}, @samp{cortex-a73.cortex-a53},
@samp{cortex-a75.cortex-a55}, @samp{cortex-a76.cortex-a55}