This is the mail archive of the newlib-cvs@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/newlib ChangeLog libm/machine/i386/Makefil ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2007-12-19 22:20:25

Modified files:
	newlib         : ChangeLog 
	newlib/libm/machine/i386: Makefile.am Makefile.in 
	newlib/libc/include: math.h _ansi.h 
	newlib/libc/machine/i386/machine: fastmath.h 
Added files:
	newlib/libm/machine/i386: f_llrint.c f_llrintf.c f_llrintl.c 
	                          f_lrint.c f_lrintf.c f_lrintl.c 
	                          f_rint.c f_rintf.c f_rintl.c 

Log message:
	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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1106&r2=1.1107
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/i386/f_llrint.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/i386/f_llrintf.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/i386/f_llrintl.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/i386/f_lrint.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/i386/f_lrintf.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/i386/f_lrintl.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/i386/f_rint.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/i386/f_rintf.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/i386/f_rintl.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/i386/Makefile.am.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/i386/Makefile.in.diff?cvsroot=src&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/math.h.diff?cvsroot=src&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/_ansi.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/i386/machine/fastmath.h.diff?cvsroot=src&r1=1.2&r2=1.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]