[Python-Dev] cpython: Force 32bit Keccak implementation on SPARC. It look like the Solaris CC (original) (raw)
martin at v.loewis.de martin at v.loewis.de
Sun Oct 14 16:04:10 CEST 2012
- Previous message: [Python-Dev] cpython: Force 32bit Keccak implementation on SPARC. It look like the Solaris CC
- Next message: [Python-Dev] cpython: Force 32bit Keccak implementation on SPARC. It look like the Solaris CC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Zitat von Antoine Pitrou <solipsis at pitrou.net>:
I think SPARC (the architecture) disallows unaligned accesses to memory. I don't think it is specific to the Solaris CC compiler.
That's correct. Unaligned memory operations need to use memcpy.
Regards, Martin
- Previous message: [Python-Dev] cpython: Force 32bit Keccak implementation on SPARC. It look like the Solaris CC
- Next message: [Python-Dev] cpython: Force 32bit Keccak implementation on SPARC. It look like the Solaris CC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]