[Gmp-commit] /var/hg/gmp: Fix typo.
mercurial at gmplib.org
mercurial at gmplib.org
Sat Dec 5 23:51:55 UTC 2015
details: /var/hg/gmp/rev/a267174fe00b
changeset: 16984:a267174fe00b
user: Torbjorn Granlund <torbjorng at google.com>
date: Sun Dec 06 00:51:50 2015 +0100
description:
Fix typo.
diffstat:
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r a0d7048910a7 -r a267174fe00b configure.ac
--- a/configure.ac Thu Dec 03 22:30:25 2015 +0100
+++ b/configure.ac Sun Dec 06 00:51:50 2015 +0100
@@ -1800,7 +1800,7 @@
path_64="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
;;
- skylake | skylakenoavx | cabylake | cabylakenoavx)
+ skylake | skylakenoavx | kabylake | kabylakenoavx)
gcc_cflags_cpu="-mtune=skylake -mtune=broadwell -mtune=corei7 -mtune=core2 -mtune=k8"
# Don't pass -march=skylake for now as then some compilers emit AVX512.
gcc_cflags_arch="-march=broadwell -march=corei7 -march=core2 -march=core2~-mno-sse2 -march=k8 -march=k8~-mno-sse2"
More information about the gmp-commit
mailing list