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 mark.wiebe
Recipients Eli.Stevens, mark.dickinson, mark.wiebe
Date 2011-04-01.07:58:08
SpamBayes Score 1.0266456e-06
Marked as misclassified No
Message-id <1301644689.23.0.537464553473.issue11734@psf.upfronthosting.co.za>
In-reply-to
Content
Taking a look at the patch, I see you're using the single -> half conversion routine from NumPy. This has the double rounding problem when converting double -> float -> half, so it would be better to use the double -> half routine. I implemented it with 64-bit unsigned ints, so if there are platforms not supporting 64-bit ints, something else such as using the 32-bit routine will have to be done there.
History
Date User Action Args
2011-04-01 07:58:09mark.wiebesetrecipients: + mark.wiebe, mark.dickinson, Eli.Stevens
2011-04-01 07:58:09mark.wiebesetmessageid: <1301644689.23.0.537464553473.issue11734@psf.upfronthosting.co.za>
2011-04-01 07:58:08mark.wiebelinkissue11734 messages
2011-04-01 07:58:08mark.wiebecreate