[Gmp-commit] /var/hg/gmp: Recognise CPUs icelake, tigerlake, and rocketlake.
mercurial at gmplib.org
mercurial at gmplib.org
Sun May 2 07:25:06 UTC 2021
details: /var/hg/gmp/rev/aebf32c3f5fd
changeset: 18213:aebf32c3f5fd
user: Torbjorn Granlund <tg at gmplib.org>
date: Sun May 02 09:25:01 2021 +0200
description:
Recognise CPUs icelake, tigerlake, and rocketlake.
diffstat:
acinclude.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r e57144aeeb1e -r aebf32c3f5fd acinclude.m4
--- a/acinclude.m4 Sun May 02 09:01:13 2021 +0200
+++ b/acinclude.m4 Sun May 02 09:25:01 2021 +0200
@@ -63,7 +63,7 @@
[[i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-* | viac3*-*-* | geode*-*-* | atom-*-*]])
define(X86_64_PATTERN,
-[[athlon64-*-* | k8-*-* | k10-*-* | bobcat-*-* | jaguar*-*-* | bulldozer*-*-* | piledriver*-*-* | steamroller*-*-* | excavator*-*-* | zen*-*-* | pentium4-*-* | atom-*-* | silvermont-*-* | goldmont-*-* | core2-*-* | corei*-*-* | x86_64-*-* | nano-*-* | nehalem*-*-* | westmere*-*-* | sandybridge*-*-* | ivybridge*-*-* | haswell*-*-* | broadwell*-*-* | skylake*-*-* | kabylake*-*-*]])
+[[athlon64-*-* | k8-*-* | k10-*-* | bobcat-*-* | jaguar*-*-* | bulldozer*-*-* | piledriver*-*-* | steamroller*-*-* | excavator*-*-* | zen*-*-* | pentium4-*-* | atom-*-* | silvermont-*-* | goldmont-*-* | core2-*-* | corei*-*-* | x86_64-*-* | nano-*-* | nehalem*-*-* | westmere*-*-* | sandybridge*-*-* | ivybridge*-*-* | haswell*-*-* | broadwell*-*-* | skylake*-*-* | kabylake*-*-* | icelake*-*-* | tigerlake*-*-* | rocketlake*-*-*]])
dnl GMP_FAT_SUFFIX(DSTVAR, DIRECTORY)
dnl ---------------------------------
More information about the gmp-commit
mailing list