summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-02-25 10:36:36 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-02-25 10:36:36 +0000
commit1b6366685affe863b4bcb39e7b9a54427e1f0ed6 (patch)
treea1c78078977e81df7c4652b88139ce5323952ff1 /NEWS
parentc7c9ad702122939ee89d27bc75a8a732b0c594ca (diff)
downloadmpfr-1b6366685affe863b4bcb39e7b9a54427e1f0ed6.tar.gz
Added mpfr_buildopt_float128_p function.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10122 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d916b31d4..51dabb679 100644
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,7 @@ 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_buildopt_float128_p.
- New functions mpfr_rint_roundeven and mpfr_roundeven, completing the
other similar round-to-integer functions for rounding to nearest with
the even-rounding rule.