summaryrefslogtreecommitdiffstats
path: root/lib/libc/softfloat/softfloat-specialize
Commit message (Collapse)AuthorAgeFilesLines
* Merge in the latest SoftFloat changes from NetBSD. (NetBSD isn't thedas2012-01-201-3/+30
| | | | | | | 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/.
* Convert softfloat to use the standard exception flag and rounding macrosdas2012-01-161-2/+2
| | | | | | in fenv.h instead of the non-standard and incomplete ones in ieeefp.h. Thanks to Ian Lepore for testing this patch.
* Add #endif missed in r206490.marius2010-04-111-0/+1
|
* While SPARC V9 allows tininess to be detected either before or aftermarius2010-04-111-0/+3
| | | | | | | | | | | 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
* Import the softfloat emulation library, needed for FreeBSD/arm right now.cognet2004-05-141-0/+490
It should become useless when gcc 3.4 will be imported, as libgcc from gcc 3.4 contains this bits for arm.
OpenPOWER on IntegriCloud