diff options
author | Kevin Ryde <user42@zip.com.au> | 2001-02-01 22:43:12 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2001-02-01 22:43:12 +0100 |
commit | 48c6e2744c9b32e0b14b94275978dfe3b98a1572 (patch) | |
tree | ddab5fbed8b8b008d54835a4e46862650ba56aeb /NEWS | |
parent | f6f6c4a5de20d4a91f9f197baad8965d24da7194 (diff) | |
download | gmp-48c6e2744c9b32e0b14b94275978dfe3b98a1572.tar.gz |
* NEWS: Updates.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +Changes between MP version 3.1 and 3.2 + +* Bug fixes. +* Revamped configure featuring ABI selection and fixes for host/target + confusion. +* Support for new CPUs: IA-64. +* Improved CPU support: 21264, Cray vector systems. +* Support for new systems: SCO 5. +* New Karatsuba Square Root algorithm. +* 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 + +* Bug fixes for division (rare), mpf_get_str, FFT, and miscellaneous minor + things. + Changes between MP version 3.0 and 3.1 * Bug fixes. |