[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
More information about the Python-Dev mailing list
Sun Oct 14 17:16:15 CEST 2012
- Previous message: [Python-Dev] cpython: Force 32bit Keccak implementation on SPARC. It look like the Solaris CC
- Next message: [Python-Dev] Issues Pending Review
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] cpython: Force 32bit Keccak implementation on SPARC. It look like the Solaris CC
- Next message: [Python-Dev] Issues Pending Review
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list