Message249434
It should be defaulting to precise mode, but maybe ICC has a different default?
I wrote on #24973:
It's not a safe 3.5 change now, but compiling with /fp:fast by default and using #pragma float_control(precise, push)/#pragma float_control(pop) around that section may be an option for 3.6, if the benchmarks show some value in it. Either way, the pragma is probably the better way to require particular behaviour for that section of code, rather than changing a global option. |
|
Date |
User |
Action |
Args |
2015-08-31 22:12:18 | steve.dower | set | recipients:
+ steve.dower, rhettinger, facundobatista, paul.moore, mark.dickinson, tim.golden, r.david.murray, skrah, zach.ware |
2015-08-31 22:12:18 | steve.dower | set | messageid: <1441059138.62.0.506542284905.issue24974@psf.upfronthosting.co.za> |
2015-08-31 22:12:18 | steve.dower | link | issue24974 messages |
2015-08-31 22:12:18 | steve.dower | create | |
|