[Gmp-commit] /var/hg/gmp: 2 new changesets

mercurial at gmplib.org mercurial at gmplib.org
Mon Jun 30 15:36:43 UTC 2014


details:   /var/hg/gmp/rev/4fc3e2e78392
changeset: 16444:4fc3e2e78392
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Mon Jun 30 17:36:24 2014 +0200
description:
Generalise x86 patterns.

details:   /var/hg/gmp/rev/0a75dba2147e
changeset: 16445:0a75dba2147e
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Mon Jun 30 17:36:31 2014 +0200
description:
ChangeLog

diffstat:

 ChangeLog  |  6 ++++++
 config.sub |  2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 583f2e935f2f -r 0a75dba2147e ChangeLog
--- a/ChangeLog	Fri Jun 20 18:56:28 2014 +0200
+++ b/ChangeLog	Mon Jun 30 17:36:31 2014 +0200
@@ -1,3 +1,7 @@
+2014-06-30  Torbjörn Granlund  <tege at gmplib.org>
+
+	* config.sub: Generalise x86 patterns.
+
 2014-06-17  Marc Glisse  <marc.glisse at inria.fr>
 
 	* gmpxx.h (__gmp_gcd_function, __gmp_lcm_function): New classes.
@@ -7,6 +11,8 @@
 
 2014-06-16  Torbjörn Granlund  <tege at gmplib.org>
 
+	* mpf/mul.c: Postpone TMP_MARK.
+
 	* mpn/generic/perfpow.c (perfpow): Combine TMP_ALLOCs.
 
 2014-06-15  Torbjörn Granlund  <tege at gmplib.org>
diff -r 583f2e935f2f -r 0a75dba2147e config.sub
--- a/config.sub	Fri Jun 20 18:56:28 2014 +0200
+++ b/config.sub	Mon Jun 30 17:36:31 2014 +0200
@@ -102,7 +102,7 @@
   test_cpu=ia64 ;;
 pentium | pentiummmx | pentiumpro | pentium[234m] | k[567] | k6[23] | geode | athlon | viac3*)
   test_cpu=i386 ;;
-athlon64 | atom | core2 | corei | coreinhm | coreiwsm | coreisbr | coreihwl | coreibwl | opteron | k[89] | k10 | bobcat | jaguar | bulldozer | piledriver | steamroller | excavator | nano)
+athlon64 | atom | core2 | corei* | opteron | k[89] | k10 | bobcat | jaguar* | bulldozer* | piledriver* | steamroller* | excavator* | nano)
   test_cpu=x86_64 ;;
 power[2-9] | power2sc)
   test_cpu=power ;;


More information about the gmp-commit mailing list