summaryrefslogtreecommitdiff
path: root/lib/libc/arm/softfloat/softfloat.h
AgeCommit message (Collapse)Author
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
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