VOGONS

Common searches


Search results

Display options

PowerPC Optimizations

I was looking into using my G5 to run old games. By looking at the source code, I noticed that Endianess is handled with bit-shifting operations. However, the PowerPC architecture, from the beginning, supported Endian correction instructions. I changed "include/mem.h" to handle this particular case. …

Page 1 of 1