[Python-Dev] cpython: Force 32bit Keccak implementation on SPARC. It look like the Solaris CC

Christian Heimes christian at python.org
Sun Oct 14 17:16:15 CEST 2012


Am 14.10.2012 12:36, schrieb Antoine Pitrou:
> I think SPARC (the architecture) disallows unaligned accesses to
> memory. I don't think it is specific to the Solaris CC compiler.

I've updated the comment accordingly. Unaligned access is just used by
the opt64 implementation of Keccak. opt32 is more conservative and works
on 32 and 64bit platforms.



More information about the Python-Dev mailing list