aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2017-09-18 20:57:21 +0200
committerUros Bizjak <uros@gcc.gnu.org>2017-09-18 20:57:21 +0200
commitf5987ce627c64d86b8f4ebd9972f0769e7f77ba8 (patch)
tree2456e52f68d403d31914721e0fec779287df76cf /gcc/doc
parentf94616d99dfa675f3e5662f1652ead2dc466bb3d (diff)
downloadgcc-f5987ce627c64d86b8f4ebd9972f0769e7f77ba8.zip
gcc-f5987ce627c64d86b8f4ebd9972f0769e7f77ba8.tar.gz
gcc-f5987ce627c64d86b8f4ebd9972f0769e7f77ba8.tar.bz2
i386.c (fold_builtin_cpu): Add M_AMDFAM17H to processor_model and "amdfam17h" to arch_names_table.
* config/i386/i386.c (fold_builtin_cpu): Add M_AMDFAM17H to processor_model and "amdfam17h" to arch_names_table. * doc/extend.texi (__builtin_cpu_is): Document amdfam17h CPU name. From-SVN: r252948
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 04c497a..a66a795 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -19914,8 +19914,11 @@ AMD Family 15h Bulldozer version 4.
@item btver2
AMD Family 16h CPU.
-@item znver1
+@item amdfam17h
AMD Family 17h CPU.
+
+@item znver1
+AMD Family 17h Zen version 1.
@end table
Here is an example: