mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
gh-89640: Pull in update to float word order detection in autoconf-archive (#126747)
This commit is contained in:
parent
35010b8cf2
commit
142104ce78
5 changed files with 195 additions and 134 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue