diff options
author | tege <tege@gmplib.org> | 2000-08-02 21:22:02 +0200 |
---|---|---|
committer | tege <tege@gmplib.org> | 2000-08-02 21:22:02 +0200 |
commit | ea5af8297c7862f9fc50f9bd1a90cdad66ba60fe (patch) | |
tree | 39d5c998219e276f07acb2198f4ef159c596ac27 /NEWS | |
parent | 0bffa95ff3c31819dcd57bbbfe711c0823df7775 (diff) | |
download | gmp-ea5af8297c7862f9fc50f9bd1a90cdad66ba60fe.tar.gz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -2,15 +2,17 @@ Changes between MP version 3.0 and 3.1 * Bug fixes. * Improved `make check' running more tests. -* Tuned algorithm cutoff points for many machines. +* Tuned algorithm cutoff points for many machines. This will improve speed for + a lot of operations, in some cases by a large amount. * Major speed improvments: Alpha 21264. * Some speed improvments: Cray vector computers, AMD K6 and Athlon, Intel P5 and P-Pro/II/III. * The mpf_get_prec function now works as it did in GMP 2. * New utilities for auto-tuning and speed measuring. -* Multiplication now optionally uses FFT for very large operands. -* Support for new systems: Solaris running on x86, FreeBSD 5, - HP-UX 11, Cray vector computers, Rhapsody, Nextstep/Openstep. +* Multiplication now optionally uses FFT for very large operands. (To enable + it, pass --enable-fft to configure.) +* Support for new systems: Solaris running on x86, FreeBSD 5, HP-UX 11, Cray + vector computers, Rhapsody, Nextstep/Openstep. * Support for shared libraries on 32-bit HPPA. * New integer functions: mpz_mul_si, mpz_odd_p, mpz_even_p * New Kronecker symbol functions: mpz_kronecker_si, mpz_kronecker_ui, @@ -18,6 +20,9 @@ Changes between MP version 3.0 and 3.1 * New rational functions: mpq_out_str, mpq_swap * New float functions: mpf_swap * New mpn functions: mpn_divexact_by3c, mpn_tdiv_qr +* New EXPERIMENTAL function layer for accurate floating-point arithmetic, mpfr. + To try it, pass --enable-mpfr to configure. See the mpfr subdirectory for + more information; it is not documented in the main GMP manual. Changes between MP version 3.0 and 3.0.1 |