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 sourish.basu
Recipients christian.heimes, sourish.basu
Date 2021-10-17.13:25:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634477122.16.0.635638109708.issue45477@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-10-17 13:25:22sourish.basusetrecipients: + sourish.basu, christian.heimes
2021-10-17 13:25:22sourish.basusetmessageid: <1634477122.16.0.635638109708.issue45477@roundup.psfhosted.org>
2021-10-17 13:25:22sourish.basulinkissue45477 messages
2021-10-17 13:25:22sourish.basucreate