summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-11-06 12:19:43 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-11-06 12:19:43 +0000
commitb768748ec2b09e442f3f5df9dc67785e9cd46137 (patch)
tree9ca430ccde651adea8195f8c6bceb5e728065b7b /NEWS
parentea45eb87f432a5ef074157ad4030768c1b3a39de (diff)
downloadmpfr-b768748ec2b09e442f3f5df9dc67785e9cd46137.tar.gz
[NEWS,doc/mpfr.texi] mpfr_free_cache2 is a new function in MPFR 4.0,
as a consequence of shared caches for multithreaded applications. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11795 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index beb037e3d..3f380b38b 100644
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,8 @@ Changes from versions 3.1.* to version 4.0.0:
- 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).
-- Shared caches for multithread applications.
+- Shared caches for multithreaded applications.
+ New function mpfr_free_cache2.
- Partial support of MPFR_RNDF (faithful rounding).
- New functions: mpfr_fpif_export and mpfr_fpif_import to export and import
numbers in a floating-point interchange format, independent both on the