|
|
|
|
|
by bawolff
1673 days ago
|
|
Interesting. What would the benefit be of changing endianess at runtime? From an efficiency perspective does that mean the chip has to do both so worst of both worlds? [I dont know much about the world of cpu design, these might be stupid questions] |
|
The POWER ISA was used in PowerPC which was used for the successors of a few 68k machines (most famously the Macintosh) and in that case the OS was built for big-endian. So having big-endian support was key there.