Home | History | Annotate | Download | only in softfloat
History log of /src/lib/libc/arch/sh3/softfloat/softfloat.h
RevisionDateAuthorComments
 1.11  07-Jul-2011  matt Don't define a new enum. Just #define round_* to their FP_Rx instead.
 1.10  04-Jul-2011  matt Add __floatunsidf __floatunsisf __floatunsitf routines.
XXX i think they are correct but not sure.
 1.9  16-May-2006  mrg if SOFTFLOAT_FOR_GCC is not defined, don't declare float_detect_tininess.
 1.8  21-Aug-2003  uwe Add missing prototypes to make softfloat compile with -DSOFTFLOAT_NEED_FIXUNS.
 1.7  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.6  06-May-2002  bjh21 Consistently declare the types of float_rounding_mode and float_exception_flags
as fp_rnd and fp_except respectively.
 1.5  26-Apr-2001  simonb Fix typos in an (unused) function return type.
 1.4  08-Feb-2001  bjh21 branches: 1.4.2;
Don't declare functions that are provided elsewhere in libc.
 1.3  15-Jul-2000  bjh21 Revert previous change -- turned out I'd got my build environment in a twist.
 1.2  15-Jul-2000  bjh21 Add fixunssfsi and fixunsdfsi. These are provided by libgcc2.c in GCC 2.95,
but not in EGCS.

This version of fixunssfsi is almost exactly the arm32 version. fixunsdfsi is
mostly based on fixdfsi, but with simplifications for 64-bit integers.

Only minimal testing has been applied so far.
 1.1  06-Jun-2000  tsubai branches: 1.1.4;
Add softfloat glue for sh3.
 1.1.4.2  23-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.1.4.1  06-Jun-2000  minoura file softfloat.h was added on branch minoura-xpg4dl on 2000-06-23 16:17:19 +0000
 1.4.2.2  21-Jun-2002  nathanw Catch up to -current.
 1.4.2.1  08-Oct-2001  nathanw Catch up to -current.

RSS XML Feed