about summary refs log tree commit diff
path: root/src/fenv/powerpc/fenv-sf.c
Commit message (Collapse)AuthorAgeFilesLines
* add powerpc soft-float supportFelix Fietkau2016-03-061-0/+3
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.