Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
clacke (clacke@libranet.de)'s status on Thursday, 02-Nov-2023 09:29:32 JSTclacke > In this IBM article from 2005, it is covered how the Motorola m68k, MIPS and PowerPC CPUs of that era handled unaligned access. The interesting thing to note here is that until the 68020, unaligned access would always throw a bus error. MIPS CPUs didn’t bother with unaligned access in the name of speed, and PowerPC took a hybrid approach, with 32-bit unaligned access allowed, but 64-bit (floating point) unaligned access resulting a bus error.