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

mercurial at gmplib.org mercurial at gmplib.org
Tue Dec 31 11:45:52 UTC 2013


details:   /var/hg/gmp/rev/022e8aacc07a
changeset: 16136:022e8aacc07a
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Tue Dec 31 12:37:20 2013 +0100
description:
Add two authors.

details:   /var/hg/gmp/rev/2d95dd37e2ed
changeset: 16137:2d95dd37e2ed
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Tue Dec 31 12:38:16 2013 +0100
description:
Update Contributors.

details:   /var/hg/gmp/rev/d43f5f9696db
changeset: 16138:d43f5f9696db
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Tue Dec 31 12:39:56 2013 +0100
description:
Fix a typo.

diffstat:

 AUTHORS      |  12 ++++++++++++
 NEWS         |   2 +-
 doc/gmp.texi |  14 ++++++++++++--
 3 files changed, 25 insertions(+), 3 deletions(-)

diffs (62 lines):

diff -r cb04ba2e1b93 -r d43f5f9696db AUTHORS
--- a/AUTHORS	Tue Dec 31 11:09:54 2013 +0100
+++ b/AUTHORS	Tue Dec 31 12:39:56 2013 +0100
@@ -85,3 +85,15 @@
 			mpn/sparc64/ultrasparct3/cnd_aors_n.asm
 			mpn/sparc64/{rshift,lshift,lshiftc}.asm
 			mpn/sparc64/tabselect.asm
+
+Mark Sofroniou		mpn/generic/mul_fft.c type cleanup.
+
+Ulrich Weigand		Changes to support powerpc64le:
+			configure.ac, mpn/powerpc64/{elf,aix,darwin}.m4,
+			mpn/powerpc32/{darwin,elf}.m4,
+			mpn/powerpc64/mode64/{dive_1,divrem_1,divrem_2}.asm,
+			mpn/powerpc64/mode64/{gcd_1,invert_limb,mode1o}.asm,
+			mpn/powerpc64/mode64/{mod_1_1,mod_1_4}.asm,
+			mpn/powerpc64/mode64/p7/gcd_1.asm,
+			mpn/powerpc64/p6/{lshift,lshiftc,rshift}.asm,
+			mpn/powerpc64/vmx/popcount.asm.
diff -r cb04ba2e1b93 -r d43f5f9696db NEWS
--- a/NEWS	Tue Dec 31 11:09:54 2013 +0100
+++ b/NEWS	Tue Dec 31 12:39:56 2013 +0100
@@ -82,7 +82,7 @@
   * A bug in mpz_powm_ui triggered by base arguments of at least 15000 decimal
     digits or mod arguments of at least 7500 decimal digits has been fixed.
 
-  * A AMD Bulldozer specific bug affecting the 64-bit Windows ABI has been
+  * An AMD Bulldozer specific bug affecting the 64-bit Windows ABI has been
     fixed.  This bug was in a key function (mpn_mul_1) and made both Bulldozer
     specific builds and fat builds run on Bulldozer completely non-functional.
 
diff -r cb04ba2e1b93 -r d43f5f9696db doc/gmp.texi
--- a/doc/gmp.texi	Tue Dec 31 11:09:54 2013 +0100
+++ b/doc/gmp.texi	Tue Dec 31 12:39:56 2013 +0100
@@ -10632,6 +10632,13 @@
 some heap allocations by stack allocations.  He also fixed the eofbit
 handling of C++ streams, and removed one division from @file{mpq/aors.c}.
 
+David S Miller wrote assembly code for SPARC T3 and T4.
+
+Mark Sofroniou cleaned up the types of mul_fft.c, letting it work for huge
+operands.
+
+Ulrich Weigand ported GMP to the powerpc64le ABI.
+
 (This list is chronological, not ordered after significance.  If you have
 contributed to GMP but are not listed above, please tell
 @email{gmp-devel@@gmplib.org} about the omission!)
@@ -10640,8 +10647,11 @@
 by the ESPRIT-BRA (Basic Research Activities) 6846 project POSSO (POlynomial
 System SOlving).
 
-The development of GMP 2, 3, and 4 was supported in part by the IDA Center for
-Computing Sciences.
+The development of GMP 2, 3, and 4.0 was supported in part by the IDA Center
+for Computing Sciences.
+
+The development of GMP 4.3, 5.0, and 5.1 was supported in part by the Swedish
+Foundation for Strategic Research.
 
 Thanks go to Hans Thorsen for donating an SGI system for the GMP test system
 environment.


More information about the gmp-commit mailing list