summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-02-21 10:28:04 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-02-21 10:28:04 +0000
commit2d978e0938bb26e204db4b11c055e2e62f05241d (patch)
treed7e677bd168c2134309d7c40b5f88a5e3feb2779 /NEWS
parent4dc6d89cd110fa804f38d32dc63691ed9ecb9707 (diff)
downloadmpfr-2d978e0938bb26e204db4b11c055e2e62f05241d.tar.gz
[NEWS] Note that the position of "const" in the mpfr_sum prototype
has been fixed (in case writers of interfaces for MPFR use that). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11330 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f8c343836..b99684825 100644
--- a/NEWS
+++ b/NEWS
@@ -57,7 +57,9 @@ Changes from versions 3.1.* to version 4.0.0:
old one could take all the memory and/or crash with inputs of different
magnitudes in case of huge cancellation or table maker's dilemma). The
sign of an exact zero result is now specified, and the return value is
- now the usual ternary value.
+ now the usual ternary value. Note that the position of "const" in the
+ mpfr_sum prototype has been fixed (the manual was correct); user code
+ should not be affected.
- Internally, improved caching: a minimum of 10% increase of the precision
is guaranteed to avoid too many recomputations; added mpz_t caching.
- Added configure option --enable-assert=none to avoid checking any assertion.