Message249476
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)? |
|
Date |
User |
Action |
Args |
2015-09-01 11:51:13 | skrah | set | recipients:
+ skrah, rhettinger, facundobatista, paul.moore, mark.dickinson, tim.golden, r.david.murray, zach.ware, steve.dower, christopher.hogan |
2015-09-01 11:51:13 | skrah | set | messageid: <1441108273.32.0.0335487913463.issue24974@psf.upfronthosting.co.za> |
2015-09-01 11:51:13 | skrah | link | issue24974 messages |
2015-09-01 11:51:13 | skrah | create | |
|