Message 94166 - Python tracker (original) (raw)
Message94166
Author | tim.peters |
---|---|
Recipients | mark.dickinson, ned.deily, nirinA, rhettinger, steven.daprano, stutzbach, terry.reedy, tim.peters |
Date | 2009-10-17.05:29:12 |
SpamBayes Score | 0.012056476 |
Marked as misclassified | No |
Message-id | 1255757354.35.0.0441735550239.issue3366@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
FYI, mysterious numeric differences on PPC are often due to the C compiler generated code to use the "fused multiply-add" HW instruction. In which case, find a way to turn that off :-) |
History | |||
---|---|---|---|
Date | User | Action | Args |
2009-10-17 05:29:14 | tim.peters | set | recipients: + tim.peters, rhettinger, terry.reedy, mark.dickinson, ned.deily, stutzbach, nirinA, steven.daprano |
2009-10-17 05:29:14 | tim.peters | set | messageid: 1255757354.35.0.0441735550239.issue3366@psf.upfronthosting.co.za |
2009-10-17 05:29:12 | tim.peters | link | issue3366 messages |
2009-10-17 05:29:12 | tim.peters | create |