summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-15 21:49:30 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-15 21:49:30 +0200
commitaec63cebd728443319a7f04063121262d7ef1aa2 (patch)
treee1b8976c72431be222556150aa6607b9dfbf1421 /NEWS
parent6f249c0f866686deb54dca112db0286e71eb3448 (diff)
downloadgmp-aec63cebd728443319a7f04063121262d7ef1aa2.tar.gz
* Source level compatibility with past releases.
* New mpn functions: mpn_divexact_by3.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 54dbaf058..d8143f860 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
Changes between MP version 2.1 and 3.0
+* Source level compatibility with past releases.
* Bug fixes.
* Switch to autoconf/automake/libtool.
* Multiplication and squaring using 3-way Toom-Cook.
@@ -16,6 +17,7 @@ Changes between MP version 2.1 and 3.0
* New mpz functions: mpz_addmul_ui, mpz_cmpabs, mpz_cmpabs_ui, mpz_lcm,
mpz_nextprime, mpz_perfect_power_p, mpz_remove, mpz_root, mpz_swap,
mpz_tdiv_ui, mpz_tstbit, mpz_xor.
+* New mpn functions: mpn_divexact_by3.
* New CPU support: DEC Alpha 21264, AMD K6 and Athlon, HPPA 2.0 and 64,
Intel PentiumPro and P-II, Sparc 64, PowerPC 64.