summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-25 11:22:19 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-25 11:22:19 +0000
commit694b033f389ad696431fff225985166548c852d4 (patch)
tree9f221e82ec3cd439c4d8e808496d1a5c796f547a
parentdd7adc3bd0b21ddcfae3723795d48c59b5b1bebf (diff)
parentd7c5ce1ce84a374ab3872fa652aaec2f3664b932 (diff)
downloadmpfr-694b033f389ad696431fff225985166548c852d4.tar.gz
New GNU MPFR 4.0.0 tag (replaced with svnmucc).4.0.0
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/tags/4.0.0@12058 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 21cff1f39..e3f847683 100644
--- a/NEWS
+++ b/NEWS
@@ -36,7 +36,8 @@ Changes from versions 3.1.* to version 4.0.0:
future MPFR version.
- Mini-gmp support via the --enable-mini-gmp configure option (experimental).
- The minimum precision MPFR_PREC_MIN is now 1, with rounding defined as
- in the next IEEE 754 revision (ties rounded away from zero).
+ in the errata of IEEE 754-2008 and in the following IEEE 754 revision
+ (ties rounded away from zero).
- Shared caches for multithreaded applications.
New function mpfr_free_cache2.
- Partial support of MPFR_RNDF (faithful rounding).
@@ -114,10 +115,10 @@ Changes from versions 3.1.* to version 4.0.0:
- Bug fixes. In particular: a speed improvement when the --enable-assert
or --enable-assert=full configure option is used with GCC; mpfr_get_str
now sets the NaN flag on NaN input and the inexact flag when the conversion
- is inexact. For a full list, see http://www.mpfr.org/mpfr-3.1.5/#fixed
+ is inexact. For a full list, see http://www.mpfr.org/mpfr-3.1.6/#fixed
and the same section for any previous 3.1.x version (follow the links
in the "Changes..." sections).
-- MS Windows: Added support for thread-safe DLL (shared library).
+- Microsoft Windows: Added support for thread-safe DLL (shared library).
Tested with MinGW, ICC and MSVC.
- Limited pkg-config support.
- Autotools: Under Linux, make sure that the old dtags (when supported)