summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-12-18 10:27:28 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-12-18 10:27:28 +0000
commit9f9c9796aa75fd31de6fd718194a30e5f0bb463f (patch)
treeae45b2935ee073e5a9d520c3e597ec810797ea06 /BUGS
parentd32f1f533cf566d55c088b48ebe1f39a990c31c7 (diff)
downloadmpfr-9f9c9796aa75fd31de6fd718194a30e5f0bb463f.tar.gz
BUGS: update concerning overflow/underflow exceptions.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5106 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUGS b/BUGS
index 621b842d6..aeda41ba4 100644
--- a/BUGS
+++ b/BUGS
@@ -27,7 +27,7 @@ Known bugs:
* The overflow/underflow exceptions may be badly handled in some functions;
specially when the intermediary internal results have exponent which
exceeds the hardware limit (2^30 for a 32 bits CPU, and 2^62 for a 64 bits
- CPU).
+ CPU) or the exact result is close to an overflow/underflow threshold.
* Under Linux/x86 with the traditional FPU, some functions do not work
if the FPU rounding precision has been changed to single (this is a