Message403978
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 |
|
Date |
User |
Action |
Args |
2021-10-15 07:18:23 | christian.heimes | set | recipients:
+ christian.heimes, sourish.basu |
2021-10-15 07:18:23 | christian.heimes | set | messageid: <1634282303.59.0.02072083421.issue45477@roundup.psfhosted.org> |
2021-10-15 07:18:23 | christian.heimes | link | issue45477 messages |
2021-10-15 07:18:23 | christian.heimes | create | |
|