aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/invoke.texi
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2018-11-23 17:52:19 +0000
committerPhilipp Tomsich <ptomsich@gcc.gnu.org>2018-11-23 17:52:19 +0000
commite02669dbdf1d1099710dbc515f07d0b4785ae2fd (patch)
tree8be17b4425277a03b6937706d52f4db869d3ebfe /gcc/doc/invoke.texi
parentcf28c77eb162a717775354349a47f68bc7088181 (diff)
downloadgcc-e02669dbdf1d1099710dbc515f07d0b4785ae2fd.zip
gcc-e02669dbdf1d1099710dbc515f07d0b4785ae2fd.tar.gz
gcc-e02669dbdf1d1099710dbc515f07d0b4785ae2fd.tar.bz2
[aarch64] Add CPU support for Ampere Computing's eMAG.
2018-11-23 Christoph Muellner <christoph.muellner@theobroma-system.com> * config/aarch64/aarch64-cores.def: Define emag. * config/aarch64/aarch64-tune.md: Regenerated with emag. * config/aarch64/aarch64.c (emag_tunings): New struct. * doc/invoke.texi: Document mtune value. From-SVN: r266415
Diffstat (limited to 'gcc/doc/invoke.texi')
-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 d46ebd0..77bdfaa 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -15565,7 +15565,7 @@ Specify the name of the target processor for which GCC should tune the
performance of the code. Permissible values for this option are:
@samp{generic}, @samp{cortex-a35}, @samp{cortex-a53}, @samp{cortex-a55},
@samp{cortex-a57}, @samp{cortex-a72}, @samp{cortex-a73}, @samp{cortex-a75},
-@samp{cortex-a76}, @samp{ares}, @samp{exynos-m1}, @samp{falkor},
+@samp{cortex-a76}, @samp{ares}, @samp{exynos-m1}, @samp{emag}, @samp{falkor},
@samp{qdf24xx}, @samp{saphira}, @samp{phecda}, @samp{xgene1}, @samp{vulcan},
@samp{thunderx}, @samp{thunderxt88}, @samp{thunderxt88p1}, @samp{thunderxt81},
@samp{tsv110}, @samp{thunderxt83}, @samp{thunderx2t99},