From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7067 invoked by alias); 11 May 2006 13:56:05 -0000 Received: (qmail 7044 invoked by uid 48); 11 May 2006 13:56:00 -0000 Date: Thu, 11 May 2006 13:56:00 -0000 Message-ID: <20060511135600.7043.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-05/txt/msg00077.txt.bz2 List-Id: ------- Additional Comments From sjmunroe at us dot ibm dot com 2006-05-11 13:55 ------- hmmm, the alternative is to simulate the operation with integer ops. But this is generic code... I'll look to using the double rounding equivelent, instead of changing the rounding mode inline, to get the desired effect. Slightly less efficient but more general. -- 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.