[Gmp-commit] /var/hg/gmp: Fix k8/k10 32-bit path setup problem.
mercurial at gmplib.org
mercurial at gmplib.org
Wed Feb 16 21:55:10 CET 2011
details: /var/hg/gmp/rev/df3505e3da32
changeset: 13859:df3505e3da32
user: Torbjorn Granlund <tege at gmplib.org>
date: Wed Feb 16 21:55:05 2011 +0100
description:
Fix k8/k10 32-bit path setup problem.
diffstat:
ChangeLog | 4 ++++
configure.in | 3 ++-
2 files changed, 6 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r d6a50e0f3d8d -r df3505e3da32 ChangeLog
--- a/ChangeLog Wed Feb 16 21:53:15 2011 +0100
+++ b/ChangeLog Wed Feb 16 21:55:05 2011 +0100
@@ -1,3 +1,7 @@
+2011-02-16 Torbjorn Granlund <tege at gmplib.org>
+
+ * configure.in: Fix k8/k10 32-bit path setup problem.
+
2011-02-16 Marco Bodrato <bodrato at mail.dm.unipi.it>
* mpn/x86/atom/aorsmul_1.asm: Revive an old k7/aorsmul.
diff -r d6a50e0f3d8d -r df3505e3da32 configure.in
--- a/configure.in Wed Feb 16 21:53:15 2011 +0100
+++ b/configure.in Wed Feb 16 21:55:05 2011 +0100
@@ -1479,7 +1479,8 @@
geode) path="x86/geode x86/k6/k62mmx x86/k6/mmx x86/k6 x86" ;;
# we don't have any specific 32-bit code for athlon64/opteron, the
# athlon code should be reasonable
- athlon | athlon64) path="x86/k7/mmx x86/k7 x86" ;;
+ athlon | athlon64 | k8 | k10)
+ path="x86/k7/mmx x86/k7 x86" ;;
i786 | pentium4) path="x86/pentium4/sse2 x86/pentium4/mmx x86/pentium4 x86" ;;
# VIA/Centaur processors, sold as CyrixIII and C3.
viac32) path="x86/p6/p3mmx x86/p6/mmx x86/p6 x86";;
More information about the gmp-commit
mailing list