summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-05-28 00:27:16 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-05-28 00:27:16 +0000
commit5c24b31fcbc7fb09d383548121b5157642de489e (patch)
tree7dc70b37eb9c08ba96b8b2f979275ecf16c1a70f /BUGS
parentf380ece2680461570e1ce03956ebb173b63052f6 (diff)
downloadmpfr-5c24b31fcbc7fb09d383548121b5157642de489e.tar.gz
Avoid integer overflow in MPFR_FAST_COMPUTE_IF_SMALL_INPUT.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4468 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS3
1 files changed, 1 insertions, 2 deletions
diff --git a/BUGS b/BUGS
index c9f05e0dc..bdc5d573b 100644
--- a/BUGS
+++ b/BUGS
@@ -38,8 +38,7 @@ Known bugs:
small exponent).
* Incorrect behavior (possible infinite loop, e.g. in mpfr_exp2) in some
- functions on tiny arguments, e.g. +/- 2^(emin-1), due to an integer
- overflow in MPFR_FAST_COMPUTE_IF_SMALL_INPUT.
+ functions on tiny arguments, e.g. +/- 2^(emin-1).
* The mpfr_fma function behaves incorrectly if the multiplication overflows
or underflows. The overflow case has been fixed except in some corner