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 mark.dickinson
Recipients V.E.O, christian.heimes, eric.smith, mark.dickinson, skrah, vstinner
Date 2013-07-02.07:58:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372751881.82.0.406251471082.issue18340@psf.upfronthosting.co.za>
In-reply-to
Content
> From my test, GCC will not enforce DFZ/FTZ only by compiler options. It > needs code modify register flag.

But in normal use, the Python process should be starting in a sensible default state, with the DAZ and FTZ flags disabled, so I'm confused about how the DAZ / FTZ flags ever get set in the first place.  Are you embedding Python in another app?
History
Date User Action Args
2013-07-02 07:58:01mark.dickinsonsetrecipients: + mark.dickinson, vstinner, eric.smith, christian.heimes, skrah, V.E.O
2013-07-02 07:58:01mark.dickinsonsetmessageid: <1372751881.82.0.406251471082.issue18340@psf.upfronthosting.co.za>
2013-07-02 07:58:01mark.dickinsonlinkissue18340 messages
2013-07-02 07:58:01mark.dickinsoncreate