gh-89640: Pull in update to float word order detection in autoconf-archive (#126747)

This commit is contained in:
Hood Chatham 2024-11-13 21:57:33 +01:00 committed by GitHub
parent 35010b8cf2
commit 142104ce78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 195 additions and 134 deletions

View file

@ -5918,9 +5918,6 @@ AX_C_FLOAT_WORDS_BIGENDIAN(
AC_DEFINE([DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754], [1],
[Define if C doubles are 64-bit IEEE 754 binary format,
stored in ARM mixed-endian order (byte order 45670123)])],
[wasm*], [AC_DEFINE([DOUBLE_IS_LITTLE_ENDIAN_IEEE754], [1],
[Define if C doubles are 64-bit IEEE 754 binary format,
stored with the least significant byte first])],
[AC_MSG_ERROR([m4_normalize([
Unknown float word ordering. You need to manually
preset ax_cv_c_float_words_bigendian=no (or yes)