diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-12-18 10:27:28 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-12-18 10:27:28 +0000 |
commit | 4b8f87e041c789153a112a647dc0a4d9e5e44988 (patch) | |
tree | ae45b2935ee073e5a9d520c3e597ec810797ea06 /BUGS | |
parent | 1e48a1424d1545e41a6868f72f690559eec120de (diff) | |
download | mpfr-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-- | BUGS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |