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 vstinner
Recipients David.Edelsohn, christian.heimes, dmalcolm, python-dev, vstinner, zaytsev
Date 2014-01-07.17:34:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwa+9w8HKiZE3z_+A25qfqbKJo4ppU6eMAkSP+k1aiXZCw@mail.gmail.com>
In-reply-to <1389115547.26.0.692668675898.issue20162@psf.upfronthosting.co.za>
Content
> Attached patch siphash_ppc64.patch should fix this aliasing issue.

It looks like memcpy was discussed in the initial issue #19183 for
performances. IMO the function must first produce the good result, and
then be fast :-)
History
Date User Action Args
2014-01-07 17:34:01vstinnersetrecipients: + vstinner, christian.heimes, dmalcolm, python-dev, David.Edelsohn, zaytsev
2014-01-07 17:34:01vstinnerlinkissue20162 messages
2014-01-07 17:34:01vstinnercreate