about summary refs log tree commit diff
path: root/arch/powerpc/bits/fenv.h
Commit message (Collapse)AuthorAgeFilesLines
* add powerpc soft-float supportFelix Fietkau2016-03-061-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.
* add missing const on powerpc FE_DFL_ENVRich Felker2012-11-181-1/+1
|
* fenv support for ppc, untestedRich Felker2012-11-181-7/+28
| | | | based on code sent to the mailing list by nsz, with minor changes.
* PPC port cleaned up, static linking works well now.rofl0r2012-11-131-0/+10