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 skrah
Recipients christopher.hogan, facundobatista, mark.dickinson, paul.moore, r.david.murray, rhettinger, skrah, steve.dower, tim.golden, zach.ware
Date 2015-09-01.11:51:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441108273.32.0.0335487913463.issue24974@psf.upfronthosting.co.za>
In-reply-to
Content
On Linux ICC has something like "fast-math" by default.  The situation
is a bit annoying: On Unix ICC defines __GNUC__, but does not really
have all the features. Here ICC defines _MSC_VER, but does not behave
like cl.exe.

[I know it's a hard problem to be fully compatible, so I'm not blaming
the authors.]


What happens if you take the C99 path (starting in mpdecimal.c:48)?
History
Date User Action Args
2015-09-01 11:51:13skrahsetrecipients: + skrah, rhettinger, facundobatista, paul.moore, mark.dickinson, tim.golden, r.david.murray, zach.ware, steve.dower, christopher.hogan
2015-09-01 11:51:13skrahsetmessageid: <1441108273.32.0.0335487913463.issue24974@psf.upfronthosting.co.za>
2015-09-01 11:51:13skrahlinkissue24974 messages
2015-09-01 11:51:13skrahcreate