From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 47468385841B; Mon, 24 Jan 2022 21:56:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 47468385841B From: "joseph at codesourcery dot com" To: glibc-bugs@sourceware.org Subject: [Bug math/28472] pow(10, i) accuracy Date: Mon, 24 Jan 2022 21:56:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: math X-Bugzilla-Version: 2.31 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: joseph at codesourcery dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2022 21:56:01 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28472 --- Comment #7 from joseph at codesourcery dot com --- Being correctly rounded is out of scope for both pow and exp10 and=20 failures to be correctly rounded should not be considered problems, only=20 errors of more than a few ulps are bugs in glibc. We're a lot more likely to get cr_exp10 than cr_pow, but that would depend= =20 on both CORE-MATH implementing it and someone doing the work to integrate=20 it into glibc (note that the present CORE-MATH implementations aren't=20 suitably portable for glibc at present - they depend on 64-bit systems,=20 for example, via hardcoded assumptions on the size of long and=20 requirements in places for 128-bit integer types - are very lacking in=20 comments, and may not meet the requirements for correct exceptions from=20 cr_*). --=20 You are receiving this mail because: You are on the CC list for the bug.=