From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AA472388A80E; Sat, 23 May 2020 19:32:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AA472388A80E From: "mtk.manpages at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug math/13932] dbl-64 pow unexpectedly slow for some inputs Date: Sat, 23 May 2020 19:32:29 +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: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: mtk.manpages at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: siddhesh at sourceware dot org X-Bugzilla-Target-Milestone: 2.28 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: cc 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: Sat, 23 May 2020 19:32:30 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D13932 Michael Kerrisk changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtk.manpages at gmail dot = com --- Comment #25 from Michael Kerrisk --- Fix documented for man-pages-5.07. diff --git a/man3/pow.3 b/man3/pow.3 index 2f8b340bb..91b9a9562 100644 --- a/man3/pow.3 +++ b/man3/pow.3 @@ -329,9 +329,10 @@ The variant returning also conforms to SVr4, 4.3BSD, C89. .SH BUGS -On 64-bits, +Before glibc 2.28, .\" .\" https://sourceware.org/bugzilla/show_bug.cgi?id=3D13932 +on some architectures (e.g., x86-64) .BR pow () may be more than 10,000 times slower for some (rare) inputs than for other nearby inputs. @@ -341,6 +342,9 @@ and not .BR powf () nor .BR powl (). +This problem was fixed +.\" commit c3d466cba1692708a19c6ff829d0386c83a0c6e5 +in glibc 2.28. .PP In glibc 2.9 and earlier, .\" --=20 You are receiving this mail because: You are on the CC list for the bug.=