{$as_echo"$as_me:${as_lineno-$LINENO}: checking whether C doubles are little-endian IEEE 754 binary64">&5
{$as_echo"$as_me:${as_lineno-$LINENO}: checking whether float word ordering is bigendian">&5
$as_echo_n"checking whether C doubles are little-endian IEEE 754 binary64... ">&6;}
$as_echo_n"checking whether float word ordering is bigendian... ">&6;}
if${ac_cv_little_endian_double+:}false;then :
if${ax_cv_c_float_words_bigendian+:}false;then :
$as_echo_n"(cached) ">&6
$as_echo_n"(cached) ">&6
else
else
if test"$cross_compiling"=yes;then :
ac_cv_little_endian_double=no
ax_cv_c_float_words_bigendian=unknown
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
/* end confdefs.h. */
#include <string.h>
int main() {
double x = 9006104071832581.0;
if (memcmp(&x, "\x05\x04\x03\x02\x01\xff\x3f\x43", 8) == 0)
return 0;
else
return 1;
}
_ACEOF
double d = 90904234967036810337470478905505011476211692735615632014797120844053488865816695273723469097858056257517020191247487429516932130503560650002327564517570778480236724525140520121371739201496540132640109977779420565776568942592.0;