summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2010-02-24 15:49:04 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2010-02-24 15:49:04 +0000
commit6d54be48a28c6b604348fd86d825279338bc22c7 (patch)
tree655eadad8906ac972fd1f2eff7696637ed075e8b /acinclude.m4
parent604c61384899bf29bcc1c00593dc0a61d5c2e611 (diff)
downloadmpfr-6d54be48a28c6b604348fd86d825279338bc22c7.tar.gz
[acinclude.m4] now also recognize "IEEE double, little endian" long-double
format (not tested, should happen on ARM) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6714 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m414
1 files changed, 14 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 06a129ee2..66747d1a3 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -473,6 +473,20 @@ BEGIN {
found = 1
exit
}
+
+ if (got[15] == "000" && \
+ got[14] == "000" && \
+ got[13] == "000" && \
+ got[12] == "124" && \
+ got[11] == "064" && \
+ got[10] == "157" && \
+ got[9] == "235" && \
+ got[8] == "301")
+ {
+ print "IEEE double, little endian"
+ found = 1
+ exit
+ }
}
# start sequence, with 12-byte body