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 vstinner
Recipients mark.dickinson, r.david.murray, vstinner
Date 2022-02-04.20:30:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644006648.43.0.175148560619.issue46640@roundup.psfhosted.org>
In-reply-to
Content
The Py_NAN has a special implementation for the ICC compiler, if __INTEL_COMPILER and ICC_NAN_STRICT macros are defined, in bpo-21167:
---
commit edbc28ce81f46d042f9d5ddf9c5bc8cecebc715a
Author: R David Murray <rdmurray@bitdance.com>
Date:   Thu Aug 13 09:58:07 2015 -0400

    #21167: Fix definition of NAN when ICC used without -fp-model strict.
    
    Patch from Chris Hogan of Intel, reviewed by Mark Dickinson.
---

I don't know if it should be kept if Py_NAN is modified to use the NAN constant. In case of doubt, I prefer to remove the ICC code since we have no ICC buildbot anymore and maybe ICC changed in the meanwhile.

Also, I don't have acess to ICC.
History
Date User Action Args
2022-02-04 20:30:48vstinnersetrecipients: + vstinner, mark.dickinson, r.david.murray
2022-02-04 20:30:48vstinnersetmessageid: <1644006648.43.0.175148560619.issue46640@roundup.psfhosted.org>
2022-02-04 20:30:48vstinnerlinkissue46640 messages
2022-02-04 20:30:48vstinnercreate