summaryrefslogtreecommitdiff
path: root/arch/powerpc/bits/fenv.h
AgeCommit message (Collapse)AuthorLines
2016-03-06add powerpc soft-float supportFelix Fietkau-0/+5
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.
2012-11-18add missing const on powerpc FE_DFL_ENVRich Felker-1/+1
2012-11-18fenv support for ppc, untestedRich Felker-7/+28
based on code sent to the mailing list by nsz, with minor changes.
2012-11-13PPC port cleaned up, static linking works well now.rofl0r-0/+10