Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-12 | make arch __fesetround backends hidden | Rich Felker | 1 | -0/+1 | |
these are not public interfaces and do not match the public function, but delegate argument checking to it. | |||||
2016-03-06 | add powerpc soft-float support | Felix Fietkau | 1 | -0/+129 | |
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. |