summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2014-06-25 08:05:09 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2014-06-25 08:05:09 +0000
commit6d9eb54d507684e38c2baa84bbd03611795ce2db (patch)
tree751ddb999f32bac0a56aba8b70f3cb4bab96407b /NEWS
parent642b7ce46f1e5899f1b92cbee8437de4ab525872 (diff)
downloadmpfr-6d9eb54d507684e38c2baa84bbd03611795ce2db.tar.gz
speedup of mpfr_div when divisor has one limb
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9086 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 558cfe9d1..9fc94bf62 100644
--- a/NEWS
+++ b/NEWS
@@ -47,8 +47,9 @@ Changes from versions 3.1.* to version 3.2.0:
- Improved MPFR manual.
- New MPFRbench program (see the tools/bench directory).
- Speedup in the mpfr_const_euler function (contributed by Fredrik Johansson),
- and in the computation of Bernoulli numbers (used in mpfr_gamma, mpfr_li2,
- mpfr_digamma, mpfr_lngamma and mpfr_lgamma).
+ in the computation of Bernoulli numbers (used in mpfr_gamma, mpfr_li2,
+ mpfr_digamma, mpfr_lngamma and mpfr_lgamma), and in mpfr_div when the
+ divisor has one limb.
- Bug fixes. In particular, a speed improvement when the --enable-assert
or --enable-assert=full configure option is used with GCC.