summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2021-05-15 08:57:53 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2021-05-15 08:57:53 +0200
commit60ad7a6b7f311851f47831c1cc1ec8788a53363d (patch)
tree09c11cea602b86b3c7af61c52c0d9fa3062a0f38 /configure.ac
parent5243748d6e1f9a35118404e6aa340d5459cf32b0 (diff)
downloadgmp-60ad7a6b7f311851f47831c1cc1ec8788a53363d.tar.gz
configure.ac: Use "icelake-client" for mtune/march
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5e2f6ecfb..7a590bb4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1969,8 +1969,8 @@ case $host in
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