Open
Description
The code here defines UNALIGNED_ACCESS_IS_FAST
for ppc64
on Linux/BSD:
Lines 402 to 419 in 275aa51
But does not define it for
ppc
(any OS) and ppc64
on Darwin.
Is this intended or a mere omission? If this should apply to Big-endian PowerPC, then it is needed to add at least __POWERPC__
(Darwin both 32- and 64-bit) there and probably __powerpc__
(Linux 32-bit?).