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.

作者 tim.peters
收信人 mark.dickinson, ned.deily, nirinA, rhettinger, steven.daprano, stutzbach, terry.reedy, tim.peters
日期 2009-10-17.05:29:12
SpamBayes Score 0.012056476
Marked as misclassified
Message-id <1255757354.35.0.0441735550239.issue3366@psf.upfronthosting.co.za>
In-reply-to
内容
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 :-)
历史
日期 用户 动作 参数
2009-10-17 05:29:14tim.peters修改recipients: + tim.peters, rhettinger, terry.reedy, mark.dickinson, ned.deily, stutzbach, nirinA, steven.daprano
2009-10-17 05:29:14tim.peters修改messageid: <1255757354.35.0.0441735550239.issue3366@psf.upfronthosting.co.za>
2009-10-17 05:29:12tim.peters链接issue3366 messages
2009-10-17 05:29:12tim.peters创建