summaryrefslogtreecommitdiffstats
path: root/lib/libc/softfloat/bits32/softfloat.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Oooops I forgot to commit that.cognet2004-12-081-1/+1
| | | | | | Use fp_rnd_t, not fp_rnd. Reported by: Jia-Shiun Li (jiashiun at gmail dot com)
* Import the softfloat emulation library, needed for FreeBSD/arm right now.cognet2004-05-141-0/+2347
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