summaryrefslogtreecommitdiff
path: root/lib/libc/softfloat/softfloat-specialize
AgeCommit message (Collapse)Author
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
2012-01-20Merge in the latest SoftFloat changes from NetBSD. (NetBSD isn't theDavid Schultz
original vendor, but we're using their heavily modified version.) This brings in functions for long double emulation (both extended and quad formats), which may be useful for testing, and also for replacing libc/sparc64/fpu/. Notes: svn path=/head/; revision=230363
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
2010-04-11Add #endif missed in r206490.Marius Strobl
Notes: svn path=/head/; revision=206492
2010-04-11While SPARC V9 allows tininess to be detected either before or afterMarius Strobl
rounding (impl. dep. #55), the SPARC JPS1 responsible for SPARC64 and UltraSPARC processors defines that in all cases tininess is detected before rounding therefore rounding up to the smallest normalized number should set the underflow flag. This change is needed for using SoftFloat on sparc64 for reference purposes. PR: 144900 Submitted by: Peter Jeremy Notes: svn path=/head/; revision=206490
2004-05-14Import the softfloat emulation library, needed for FreeBSD/arm right now.Olivier Houchard
It should become useless when gcc 3.4 will be imported, as libgcc from gcc 3.4 contains this bits for arm. Notes: svn path=/head/; revision=129203