[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


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



More information about the Python-Dev mailing list