aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/arm/softfloat
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-163-3/+0
| | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/
* On ARM EABI double precision floating point values are stored in theAndrew Turner2013-09-071-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. Notes: svn path=/head/; revision=255361
* Silence a clang warning by telling it we are only interested in leftAndrew Turner2013-01-061-1/+1
| | | | | | | shifting the lower 32bits of the floating point value when we demangle it. Notes: svn path=/head/; revision=245084
* Convert softfloat to use the standard exception flag and rounding macrosDavid Schultz2012-01-161-14/+14
| | | | | | | | | in fenv.h instead of the non-standard and incomplete ones in ieeefp.h. Thanks to Ian Lepore for testing this patch. Notes: svn path=/head/; revision=230189
* Do not declare float_detect_tininess as external if it will be re-delaredAlexander Kabaev2007-05-191-0/+2
| | | | | | | as static later. Notes: svn path=/head/; revision=169721
* Import the FreeBSD/arm libc bits.Olivier Houchard2004-05-143-0/+463
Obtained from: NetBSD Notes: svn path=/head/; revision=129202