summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
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