History log of /seL4-refos-master/libs/libmuslc/src/setjmp/powerpc/setjmp.S
Revision Date Author Comments
# 5a92dd95 25-Jan-2016 Felix Fietkau <nbd@openwrt.org>

add powerpc soft-float support

Some PowerPC CPUs (e.g. Freescale MPC85xx) have a completely different
instruction set for floating point operations (SPE).
Executing regular PowerPC floating point instructions results in
"Illegal instruction" errors.

Make it possible to run these devices in soft-float mode.