summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2017-04-15 02:08:10 +0200
committerTorbjorn Granlund <tg@gmplib.org>2017-04-15 02:08:10 +0200
commit38673369a4d5fb69795e8e3b2cf584b7c176dc11 (patch)
tree33e1a837ad7122acf1d49f648cbabc6c8a7931bd /config.guess
parentde25460732e2394cdfedd4c82c08b7eecdf63cb8 (diff)
downloadgmp-38673369a4d5fb69795e8e3b2cf584b7c176dc11.tar.gz
Recognise AMD zen.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 49ecca08d..73c7a2cc9 100755
--- a/config.guess
+++ b/config.guess
@@ -951,6 +951,9 @@ main ()
case 22: /* Jaguar, an improved bobcat */
cpu_64bit = 1, cpu_avx = 1, modelstr = "jaguar";
break;
+ case 23: /* Zen */
+ cpu_64bit = 1, cpu_avx = 1, modelstr = "zen";
+ break;
}
}
else if (strcmp (vendor_string, "CyrixInstead") == 0)