info-gnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GMP 5.1.2 released


From: Torbjorn Granlund
Subject: GMP 5.1.2 released
Date: Tue, 21 May 2013 12:33:53 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix)

A new minor release of the GNU Multiple Precision Arithmetic Library
(GMP) is now available.  The new release is identified as 5.1.2.

The release can be downloaded from here:

  ftp://ftp.gmplib.org/pub/gmp/gmp-5.1.2.tar.lz
  ftp://ftp.gmplib.org/pub/gmp/gmp-5.1.2.tar.xz
  ftp://ftp.gmplib.org/pub/gmp/gmp-5.1.2.tar.bz2

These files are also available at the GNU main site under
ftp://ftp.gnu.org/gnu/gmp/, and at its many mirrors.

The changes between this release and the previous release are limited to
various safe bug fixes and portability improvements, and testsuite
improvements.

It cannot be said enough times: Please run "make check" after you've
built your library.  And if "make check" stops with an error, do not
use the compiled library.  When this happens, you've almost surely run
into a compiler bug, not a GMP bug, since we've of course made sure
the library passes its own test suite.  The first thing to try at this
point is using a different compiler.  See also http://gmplib.org/.

This release would not have been possible without the very devoted
work of Niels Möller and Marco Bodrato, or Marc Glisse's work on the
C++ interface.  As usual, Torbjörn Granlund coordinated the
development and release, and did a fair amount of development work
himself.


Changes between GMP version 5.1.1 and 5.1.2

  BUGS FIXED
  * 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.

  * 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.

  SPEEDUPS
  * None.

  FEATURES
  * None.

  MISC
  * Fixes and generalisations to the test suite.

  * Minor portability enhancements.


The GMP project is hosted by KTH, Royal Institute of Technology,
Stockholm, Sweden.


Torbjörn



reply via email to

[Prev in Thread] Current Thread [Next in Thread]