Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert softfloat to use the standard exception flag and rounding macros | das | 2012-01-16 | 1 | -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. | cognet | 2004-12-08 | 1 | -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. | cognet | 2004-05-14 | 1 | -0/+2347 |
It should become useless when gcc 3.4 will be imported, as libgcc from gcc 3.4 contains this bits for arm. |