summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorTorbjorn Granlund <torbjorng@google.com>2015-08-17 21:47:23 +0200
committerTorbjorn Granlund <torbjorng@google.com>2015-08-17 21:47:23 +0200
commitba2924ca4c7513d2e17d35582bc7e81c508f4d49 (patch)
treeb78217b440df9c4b8576e5bdbea415c3f46d7722 /config.guess
parent08981e0409c353913689df371268a20002f01531 (diff)
downloadgmp-ba2924ca4c7513d2e17d35582bc7e81c508f4d49.tar.gz
Add Skylake support.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index fc4c54188..4d6f26707 100755
--- a/config.guess
+++ b/config.guess
@@ -832,6 +832,7 @@ main ()
else if (model == 0x4d) cpu_64bit = 1, modelstr = "silvermont"; /* Silvermont/Avoton */
else if (model == 0x4f) cpu_64bit = 1, cpu_avx=1, modelstr = "broadwell"; /* Broadwell server */
else if (model == 0x56) cpu_64bit = 1, cpu_avx=1, modelstr = "broadwell"; /* Broadwell microserver */
+ else if (model == 0x5e) cpu_64bit = 1, cpu_avx=1, modelstr = "skylake"; /* Skylake */
else cpu_64bit = 1, modelstr = "nehalem"; /* default */
if (strcmp (modelstr, "haswell") == 0)