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
commit4b8f87e041c789153a112a647dc0a4d9e5e44988 (patch)
treeae45b2935ee073e5a9d520c3e597ec810797ea06 /BUGS
parent1e48a1424d1545e41a6868f72f690559eec120de (diff)
downloadmpfr-4b8f87e041c789153a112a647dc0a4d9e5e44988.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