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 christian.heimes
Recipients bjornedstrom, christian.heimes, ezio.melotti, gregory.p.smith, jcea, pitrou
Date 2012-10-05.21:10:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New patch. I've removed the dependency on uint64 types. On platforms without a uint64 type the module is using the 32bit implementation with interleave tables.

By the way the SSE / SIMD instructions aren't useful. They are two to four times slower.
History
Date User Action Args
2012-10-05 21:10:06christian.heimessetrecipients: + christian.heimes, gregory.p.smith, jcea, pitrou, ezio.melotti, bjornedstrom
2012-10-05 21:10:06christian.heimessetmessageid: <[email protected]>
2012-10-05 21:10:06christian.heimeslinkissue16113 messages
2012-10-05 21:10:06christian.heimescreate