mirror of
https://github.com/TinyCC/tinycc.git
synced 2025-12-28 01:50:51 +00:00
These extensions where used by other compiler to generate different code on old cpu's (arm and x86 before pentium/pentiumpro) to prevent processor exceptions / very high delays when accessing an unaligned pointer. -- Regards ... Detlef