Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | On ARM EABI double precision floating point values are stored in the | andrew | 2013-09-07 | 1 | -1/+1 |
| | | | | | | endian the CPU is in, i.e. little-endian on most ARM cores. This allows ARMv4 and ARMv5 boards to boot with the ARM EABI. | ||||
* | Silence a clang warning by telling it we are only interested in left | andrew | 2013-01-06 | 1 | -1/+1 |
| | | | | shifting the lower 32bits of the floating point value when we demangle it. | ||||
* | Convert softfloat to use the standard exception flag and rounding macros | das | 2012-01-16 | 1 | -14/+14 |
| | | | | | | in fenv.h instead of the non-standard and incomplete ones in ieeefp.h. Thanks to Ian Lepore for testing this patch. | ||||
* | Do not declare float_detect_tininess as external if it will be re-delared | kan | 2007-05-19 | 1 | -0/+2 |
| | | | | as static later. | ||||
* | Import the FreeBSD/arm libc bits. | cognet | 2004-05-14 | 3 | -0/+463 |
Obtained from: NetBSD |