Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch arm, sh, and mips fenv asm from .sub system to .S files | Rich Felker | 2016-01-20 | 1 | -1/+0 |
| | |||||
* | mips: add mips-sf subarch support (soft-float) | Szabolcs Nagy | 2014-02-24 | 1 | -0/+1 |
Userspace emulated floating-point (gcc -msoft-float) is not compatible with the default mips abi (assumes an FPU or in kernel emulation of it). Soft vs hard float abi should not be mixed, __mips_soft_float is checked in musl's configure script and there is no runtime check. The -sf subarch does not save/restore floating-point registers in setjmp/longjmp and only provides dummy fenv implementation. |