summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-08-01 14:39:08 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-08-01 14:39:08 +0000
commitc81fbcbf24d1cb4f7fb44b93d2c2dd154fdb47fe (patch)
tree7c9dab5379760bb504aaa1f6acb1bdc37275e3c1 /NEWS
parent2952bd3098a22521fa368cce0092ec7c83652d3f (diff)
downloadmpfr-c81fbcbf24d1cb4f7fb44b93d2c2dd154fdb47fe.tar.gz
[NEWS] Much faster formatted output (mpfr_printf, etc.) with %Rg and similar.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7781 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 039d8961b..f97869187 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,7 @@ Changes from versions 3.0.* to version 3.1.0:
- Speed improvement for the mpfr_sqr and mpfr_div functions using Mulders'
algorithm. As a consequence, other functions using those routines are
also faster.
+- Much faster formatted output (mpfr_printf, etc.) with %Rg and similar.
- The --with-gmp-build configure option can now be used when the GMP
source directory and the GMP build directory are different (without
having to copy header files manually as before).