summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2012-07-03 15:03:41 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2012-07-03 15:03:41 +0000
commit729087a03909f6d8eb8f8755005525bd038ba5f6 (patch)
tree1ffc90a4f114ddb02d2294c5744c042ec5e1393d /NEWS
parent1e86d01cac63f8ad54d3cfb6f9a9e280ec15bbca (diff)
downloadmpfr-729087a03909f6d8eb8f8755005525bd038ba5f6.tar.gz
several changes suggested by Vincent Lefevre
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8311 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ac715d251..d3e763ca0 100644
--- a/NEWS
+++ b/NEWS
@@ -31,8 +31,8 @@ Changes from versions 3.1.* to version 3.2.0:
mpfr_flags_save and mpfr_flags_restore to operate on groups of flags.
- New functions mpfr_set_float128 and mpfr_get_float128 to convert from/to
the __float128 type (requires --enable-float128 and compiler support).
-- New function mpfr_round_nearest_away rounding to nearest-away (as defined
- in IEEE 754-2008).
+- New function mpfr_round_nearest_away to add partial emulation of the
+ rounding to nearest-away (as defined in IEEE 754-2008).
- Added configure option --enable-assert=none to avoid checking any assertion.
- Updated tuning parameters.
- Improved MPFR manual.