diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2004-10-27 14:13:24 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2004-10-27 14:13:24 +0000 |
commit | 4cd6a2d2bffdd353d3b3fd842d6c757f97d293fa (patch) | |
tree | 04a44424f16b878a0739eae65bd1a551303fde61 /BUGS | |
parent | 353e420aa054b3215f372729853214691f0ca722 (diff) | |
download | mpfr-4cd6a2d2bffdd353d3b3fd842d6c757f97d293fa.tar.gz |
Added a bug and updated copyright line.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3064 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Copyright 1999, 2001, 2002, 2003 Free Software Foundation. +Copyright 1999, 2001, 2002, 2003, 2004 Free Software Foundation. Contributed by the Spaces project, INRIA Lorraine. This file is part of the MPFR Library. @@ -31,6 +31,9 @@ Known bugs: * The mpfr_set_ld function assumes that the long double type has an exponent of at most 15 bits. +* When MPFR is compiled with Visual C++ under MS Windows, some tests may + fail, because of the way special IEEE-754 double values are tested. + Potential bugs: * Possible integer overflows on some machines. Some types are used |