History log of /src/lib/libc/arch/powerpc/softfloat |
Revision | Date | Author | Comments |
1.1 | 25-May-2001 |
simonb | Softfloat support files for PowerPC.
|
1.2 | 24-Dec-2005 |
perry | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
|
1.1 | 25-May-2001 |
simonb | Softfloat support files for PowerPC.
|
1.2 | 21-Apr-2002 |
bjh21 | All the versions of softfloat-specialize were practically identical, so replace them with a single one.
|
1.1 | 25-May-2001 |
simonb | Softfloat support files for PowerPC.
|
1.7 | 07-Jul-2011 |
matt | Don't define a new enum. Just #define round_* to their FP_Rx instead.
|
1.6 | 04-Jul-2011 |
matt | Add __floatunsidf __floatunsisf __floatunsitf routines. XXX i think they are correct but not sure.
|
1.5 | 16-May-2006 |
mrg | if SOFTFLOAT_FOR_GCC is not defined, don't declare float_detect_tininess.
|
1.4 | 29-May-2002 |
eeh | Fix conflict in definitions.
|
1.3 | 12-May-2002 |
bjh21 | Add SIGFPE support to SoftFloat, so fpsetmask/fpgetmask now work. A new variable, float_exception_mask (#defined to _softfloat_float_exception_mask) contains the current exception mask. Also make the argument to float_raise into an fp_except. Also synchronise file header comments between files.
|
1.2 | 06-May-2002 |
bjh21 | Consistently declare the types of float_rounding_mode and float_exception_flags as fp_rnd and fp_except respectively.
|
1.1 | 25-May-2001 |
simonb | Softfloat support files for PowerPC.
|