summaryrefslogtreecommitdiff
path: root/lib/libc/arm/softfloat
AgeCommit message (Collapse)Author
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
2013-09-07On ARM EABI double precision floating point values are stored in theAndrew Turner
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
2013-01-06Silence a clang warning by telling it we are only interested in leftAndrew Turner
shifting the lower 32bits of the floating point value when we demangle it. Notes: svn path=/head/; revision=245084
2012-01-16Convert softfloat to use the standard exception flag and rounding macrosDavid Schultz
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
2007-05-19Do not declare float_detect_tininess as external if it will be re-delaredAlexander Kabaev
as static later. Notes: svn path=/head/; revision=169721
2004-05-14Import the FreeBSD/arm libc bits.Olivier Houchard
Obtained from: NetBSD Notes: svn path=/head/; revision=129202