summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-07 20:10:31 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-07 20:10:31 +0000
commit51360ec8717bc94277c1af6ccdb16b52e419cd44 (patch)
tree80a0e07897623ff355395c49c8a2401197be6184 /INSTALL
parentf16bcf7717000b6e1c229c8c54c922def54185ec (diff)
downloadmpfr-51360ec8717bc94277c1af6ccdb16b52e419cd44.tar.gz
Added note about IRIX.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1827 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL22
1 files changed, 21 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index e9262f8ab..6a79ffdb1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -60,7 +60,7 @@ Known problems.
See file BUGS for known bugs in MPFR. Some patches may be available on the
MPFR web page <http://www.mpfr.org/> or <http://www.loria.fr/projets/mpfr/>.
-Linux on Alpha is known to have problems with IEEE conformance. See
+* Linux on Alpha is known to have problems with IEEE conformance. See
<http://www.linux.org.uk/VERSION/relnotes.2211.html>. Also with OSF and
gcc 2.8.1, we had problems with the square root functions:
@@ -77,6 +77,26 @@ gcc 2.8.1, we had problems with the square root functions:
(in both cases the mpfr result is the correct one).
+* Some tests may fail under IRIX:
+
+ Testing tabs
+ Mismatch on d = 2.53345566708801000000e-309
+ dd=inf
+ 0.11101001001011110001110110000010101001101110101010000[00000000000]E-1025
+ ### tabs failed ###
+
+ Testing tset_d
+ Mismatch on : 1.5131389614080547e-309 != inf
+ 0.10001011010001011010110011000110010000000101010100000[00000000000]E-1025
+ ### tset_d failed ###
+
+ Testing tget_d
+ Wrong result for 2^(-1024), got inf instead of 0.00000000000000000000e+00
+ ### tget_d failed ###
+
+We do not know yet if this comes from a bug in the test programs or in
+the tset_d/tget_d functions.
+
In case of problem.
===================