From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31949 invoked by alias); 16 Mar 2006 18:55:27 -0000 Received: (qmail 31812 invoked by uid 48); 16 Mar 2006 18:55:25 -0000 Date: Thu, 16 Mar 2006 18:55:00 -0000 Message-ID: <20060316185525.31811.qmail@sourceware.org> From: "sjmunroe at us dot ibm dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20060316184051.2466.sjmunroe@us.ibm.com> References: <20060316184051.2466.sjmunroe@us.ibm.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug math/2466] Errors in long double (ldbl-128ibm) llrounding functions in glibc-2.4 X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00097.txt.bz2 List-Id: ------- 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 Alan Modra [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.