[Gmp-commit] /var/hg/gmp: configure.ac: Use "icelake-client" for mtune/march

mercurial at gmplib.org mercurial at gmplib.org
Sat May 15 06:58:08 UTC 2021


details:   /var/hg/gmp/rev/6e3c30a9f38f
changeset: 18217:6e3c30a9f38f
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Sat May 15 08:57:53 2021 +0200
description:
configure.ac: Use "icelake-client" for mtune/march

diffstat:

 configure.ac |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 56bc2f1b420c -r 6e3c30a9f38f configure.ac
--- a/configure.ac	Thu May 13 08:17:26 2021 +0200
+++ b/configure.ac	Sat May 15 08:57:53 2021 +0200
@@ -1969,8 +1969,8 @@
 	x86_have_mulx=yes
 	;;
       icelake | icelakenoavx | tigerlake | tigerlakenoavx | rocketlake | rocketlakenoavx)
-	gcc_cflags_cpu="-mtune=icelake -mtune=skylake -mtune=broadwell -mtune=haswell"
-	gcc_cflags_arch="-march=icelake -march=skylake -march=broadwell -march=haswell"
+	gcc_cflags_cpu="-mtune=icelake-client -mtune=skylake -mtune=broadwell -mtune=haswell"
+	gcc_cflags_arch="-march=icelake-client -march=skylake -march=broadwell -march=haswell"
 	path="x86/coreihwl x86/coreisbr x86/p6/sse2 x86/p6/p3mmx x86/p6/mmx x86/p6 x86/mmx x86"
 	path_64="x86_64/icelake x86_64/skylake x86_64/coreibwl x86_64/coreihwl x86_64/coreisbr x86_64/coreinhm x86_64/core2 x86_64"
 	# extra_functions_64="missing"	 # enable for bmi2/adx simulation


More information about the gmp-commit mailing list