summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-06-28 22:38:10 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-06-28 22:38:10 +0000
commitfefb36879f93209a8aad4608dfbc1a6104180624 (patch)
tree32b1d0d20ba1fc8cd6644580b1ca2db20e32ef6d
parent2c6e88aa658d31ef9f837404e98e59553528d586 (diff)
downloadmpfr-fefb36879f93209a8aad4608dfbc1a6104180624.tar.gz
BUGS: updated item on the mpfr_acos test (the bug wasn't visible on
32-bit machines due to an integer overflow, but the result should have been correct anyway). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4581 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--BUGS4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUGS b/BUGS
index 7066983b0..ed336a4d2 100644
--- a/BUGS
+++ b/BUGS
@@ -41,8 +41,8 @@ Known bugs:
* Some functions do not use MPFR_SAVE_EXPO_* macros, thus do not behave
correctly in a reduced exponent range.
-* On x86_64, tacos segfaults (because of lack of memory?) or loops
- for acos(1e-1073741823).
+* The mpfr_acos function fails or is very inefficient (very slow and
+ takes a lot of memory) on tiny arguments.
Potential bugs: