From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17132 invoked by alias); 15 Aug 2012 14:39:11 -0000 Received: (qmail 17050 invoked by uid 22791); 15 Aug 2012 14:39:10 -0000 X-SWARE-Spam-Status: No, hits=-3.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Aug 2012 14:38:58 +0000 From: "liubov.dmitrieva at gmail dot com" To: glibc-bugs@sources.redhat.com Subject: [Bug math/14470] Inaccurate j1f function on x86_32 and x86_64 Date: Wed, 15 Aug 2012 14:39:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: math X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: liubov.dmitrieva at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Summary Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00078.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14470 Liubov Dmitrieva changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Inaccurate j1f function on |Inaccurate j1f function on |x86_32 |x86_32 and x86_64 --- Comment #1 from Liubov Dmitrieva 2012-08-15 14:38:56 UTC --- In bug description result 5619 ulps was the result for x86_64 and for 32 bit mode result is: -bash-4.2$ gcc main_j1f.c -lm -odo -m32 -bash-4.2$ ./do inputs: a = (0x4122c68a) 1.017347e+01 actual = (0xb55e4d6d) -8.2814113966378e-07 expected = (0xb55e40c6) -8.2795702383009e-07 error = 3239 ulp -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.