This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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]

[Bug math/2466] Errors in long double (ldbl-128ibm) llrounding functions in glibc-2.4


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-03-16 18:55 -------
Created an attachment (id=925)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=925&action=view)
Proposed patch with libm-test.inc update and llrintl llroundl fixees

2006-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
	    Alan Modra	<amodra@bigpond.net.au>

	[BZ #2466]
	* math/libm-test.inc [TEST_LDOUBLE] (llrint_test, llround_test):
	Add new test values.
	(llrint_test_tonearest, llrint_test_towardzero, llrint_test_downward,
	llrint_test_upward): Add new rounding mode tests.

	* sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Handle
	rounding that spans doubles in IBM long double format.
	* sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_llrintl.S: Removed.
	* sysdeps/powerpc/powerpc64/fpu/s_llroundl.S: Removed.
	* sysdeps/powerpc/powerpc64/fpu/s_lrintl.S: Removed.
	* sysdeps/powerpc/powerpc64/fpu/s_lroundl.S: Removed.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2466

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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