diff options
author | Kevin Ryde <user42@zip.com.au> | 2001-02-09 00:21:24 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2001-02-09 00:21:24 +0100 |
commit | 0ef0873760549cc5bc469ce94d6533479ea5dbd7 (patch) | |
tree | 58453ac4d38a97cf1d9dda3d050a7a36196cdfa4 /NEWS | |
parent | 4a9bb1e31e7ac6fb951592bc76baf790b4f891bc (diff) | |
download | gmp-0ef0873760549cc5bc469ce94d6533479ea5dbd7.tar.gz |
More of:
* NEWS: Updates.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Changes between MP version 3.1 and 3.2 +Changes between MP version 3.1.1 and 3.2 * Bug fixes. * Revamped configure featuring ABI selection and fixes for host/target @@ -6,16 +6,17 @@ Changes between MP version 3.1 and 3.2 * Support for new CPUs: IA-64. * Improved CPU support: 21264, Cray vector systems. * Support for new systems: SCO 5. +* New C++ wrapper. * New Karatsuba Square Root algorithm. +* New algorithms chapter in the manual. +* Updated mpfr. +* Jacobi symbol accepts non-positive denominators, and new mpz_kronecker added. +* Speed improvements for mpz_powm. * New rational functions: mpq_abs, mpq_div_2exp, mpq_mul_2exp, mpq_set_f. * New float conversion functions: mpf_get_si, mpf_get_ui. * New float test functions: mpf_integer_p, mpf_fits_sint_p, mpf_fits_slong_p, mpf_fits_sshort_p, mpf_fits_uint_p, mpf_fits_ulong_p, mpf_fits_ushort_p. -* New algorithms chapter in the manual. -* Speed improvements for mpz_powm. * New demo expression string parsing (see demos/expr). -* New preliminary C++ wrapper (see demos/gmp++). -* Updated mpfr. * More tuned algorithm thresholds. Changes between MP version 3.1 and 3.1.1 |