src/newlib ChangeLog libm/common/s_rint.c libm ...

jjohnstn@sourceware.org jjohnstn@sourceware.org
Mon Mar 8 17:16:00 GMT 2010


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2010-03-08 17:16:37

Modified files:
	newlib         : ChangeLog 
	newlib/libm/common: s_rint.c sf_rint.c 

Log message:
	2010-03-08  Craig Howland <howland@LGSInnovations.com>
	
	* libm/common/s_rint.c:  Fix error when integral part had 18 bits and
	fraction had bits set beyond first radix bit.  Also, make 2-part
	adjustment consistent with 1-part adjustment when adjusting fractional
	bits.
	* libm/common/sf_rint.c:  Make fractional-bit adjustment consistent
	with s_rint.c by setting 0b.01 instead of 0b.001.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1494&r2=1.1495
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/common/s_rint.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/common/sf_rint.c.diff?cvsroot=src&r1=1.2&r2=1.3



More information about the Newlib-cvs mailing list