[issue45477] configure script cannot detect float word ordering on linux

Sourish Basu report at bugs.python.org
Sun Oct 17 09:25:22 EDT 2021


Sourish Basu <sourish.basu at gmail.com> added the comment:

I executed:

$ icc -c -O3 -fPIC -fp-model strict -fp-model source -axCORE-AVX512,CORE-AVX2 -xAVX -ipo -prec-div -prec-sqrt conftest.c

and conftest.o was built without errors. It has one symbol, as expected:

$ nm conftest.o
                 U __must_be_linked_with_icc_or_xild
0000000000000000 D d

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45477>
_______________________________________


More information about the Python-bugs-list mailing list