summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2019-09-04 11:52:11 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2019-09-04 11:52:11 +0000
commit0a06401861ad12ce89c052edd19a91ac817d917a (patch)
tree2e429f32e44abe348e4c7c2a48bf7db61c3a9f1b /NEWS
parent98e1da4f41c877b3eca14d6398618fa68ba484ff (diff)
downloadmpfr-0a06401861ad12ce89c052edd19a91ac817d917a.tar.gz
[NEWS] coverage improved to 98.6% on x86_64
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13596 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fd356cedb..3fab6a4e4 100644
--- a/NEWS
+++ b/NEWS
@@ -35,7 +35,7 @@ Changes from versions 4.0.* to version 4.1.0:
- Shared caches: cleanup; really detect lock failures (abort in this case).
- Improved mpfr_add for 128-bit precision (on 64-bit processor).
- Optimized the tuning parameters for various architectures.
-- Improved test coverage to 98.3% of code for x86_64.
+- Improved test coverage to 98.6% of code for x86_64.
- Bug fixes.
- MPFR manual: corrected/completed the mpfr_get_str description in order to
follow the historical behavior and GMP's mpf_get_str function.