summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-09-19 02:24:31 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-09-19 02:24:31 +0000
commitbde1c553df55d1b2d85517663dad087947d5954f (patch)
tree17a0cb2f5678270782d18c0ce814a961e2e9a0cb /BUGS
parent37248651083610d3367edc88bf02b101f13a1ef5 (diff)
downloadmpfr-bde1c553df55d1b2d85517663dad087947d5954f.tar.gz
BUGS: removed __gmpfr_isqrt bug.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4863 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS3
1 files changed, 0 insertions, 3 deletions
diff --git a/BUGS b/BUGS
index 5e8afdcfd..621b842d6 100644
--- a/BUGS
+++ b/BUGS
@@ -37,9 +37,6 @@ Known bugs:
* Some functions do not use MPFR_SAVE_EXPO_* macros, thus do not behave
correctly in a reduced exponent range.
-* The __gmpfr_isqrt internal function returns an incorrect result on
- some values due to "overflow", e.g. 16777216 with 32-bit long's.
-
Potential bugs:
* Possible integer overflows on some machines.