Sourish Basu <sourish.b...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue45477>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to