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 | 9f9c9796aa75fd31de6fd718194a30e5f0bb463f (patch) | |
tree | ae45b2935ee073e5a9d520c3e597ec810797ea06 /BUGS | |
parent | d32f1f533cf566d55c088b48ebe1f39a990c31c7 (diff) | |
download | mpfr-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-- | 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 |