This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, sourish.basu
Date 2021-10-15.07:18:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634282303.59.0.02072083421.issue45477@roundup.psfhosted.org>
In-reply-to
Content
Python uses the AX_C_FLOAT_WORDS_BIGENDIAN macro from autoconf-archive to detect byte order of floats. You can find the code at https://www.gnu.org/software/autoconf-archive/ax_c_float_words_bigendian.html .

Please attach your config.log file and the conftest.o output file of the follow command:

$ cat > conftest.c << EOF
double d = 90904234967036810337470478905505011476211692735615632014797120844053488865816695273723469097858056257517020191247487429516932130503560650002327564517570778480236724525140520121371739201496540132640109977779420565776568942592.0;
EOF
$ icc -c conftest.c
History
Date User Action Args
2021-10-15 07:18:23christian.heimessetrecipients: + christian.heimes, sourish.basu
2021-10-15 07:18:23christian.heimessetmessageid: <1634282303.59.0.02072083421.issue45477@roundup.psfhosted.org>
2021-10-15 07:18:23christian.heimeslinkissue45477 messages
2021-10-15 07:18:23christian.heimescreate