newlib-cygwin/newlib/libc/machine/i386
Jeff Johnston 3cc8a378d1 2007-12-19 Dave Korn <dave.korn@artimi.com>
Jeff Johnston  <jjohnstn@redhhat.com>

        * libc/include/_ansi.h: Add _LONG_LONG definition.
        * libc/include/math.h (llrint, llrintf, rintl, lrintl, llrintl): Add
        prototypes.
        * libc/machine/i386/machine/fastmath.h: Add support for new i386
        fast math versions of rint, lrint, and llrint family functions.
        * libm/machine/i386/Makefile.am: Add new files.
        * libm/machine/i386/Makefile.in: Regenerated.
        * libm/machine/i386/f_llrint.c, libm/machine/i386/f_lrint.c,
        libm/machine/i386/f_rint.c, libm/machine/i386/f_llrintf.c,
        libm/machine/i386/f_lrintf.c, libm/machine/i386/f_rintf.c,
        libm/machine/i386/f_llrintl.c, libm/machine/i386/f_lrintl.c,
        libm/machine/i386/f_rintl.c:  New files with fast math implementations.
2007-12-19 22:20:25 +00:00
..
machine 2007-12-19 Dave Korn <dave.korn@artimi.com> 2007-12-19 22:20:25 +00:00
Makefile.am * ltmain.sh: Update from GCC. 2007-05-24 17:33:42 +00:00
Makefile.in * ltmain.sh: Update from GCC. 2007-05-24 17:33:42 +00:00
aclocal.m4 * ltmain.sh: Update from GCC. 2007-05-24 17:33:42 +00:00
configure * ltmain.sh: Update from GCC. 2007-05-24 17:33:42 +00:00
configure.in * ltmain.sh: Update from GCC. 2007-05-24 17:33:42 +00:00
f_atan2.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
f_atan2f.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
f_exp.c 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
f_expf.c 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
f_frexp.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
f_frexpf.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
f_ldexp.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
f_ldexpf.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
f_log.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
f_log10.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
f_log10f.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
f_logf.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
f_math.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
f_pow.c 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
f_powf.c 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
f_tan.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
f_tanf.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
i386mach.h 2000-08-27 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-08-28 17:50:06 +00:00
memchr.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
memcmp.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
memcpy.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
memmove.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
memset.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
setjmp.S 2001-02-22 Jeff Johnston <jjohnstn@redhat.com> 2001-02-22 22:12:43 +00:00
strchr.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00
strlen.S 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-20 21:31:20 +00:00