From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CCF5F385480D; Wed, 24 Feb 2021 05:36:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CCF5F385480D From: "siddhesh at sourceware dot org" To: glibc-bugs@sourceware.org Subject: [Bug math/27461] Unixbench/whetstone-double performance regression on glibc2.32 Date: Wed, 24 Feb 2021 05:36:07 +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.32 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: siddhesh at sourceware dot org 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: 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: Wed, 24 Feb 2021 05:36:07 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27461 Siddhesh Poyarekar changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |siddhesh at sourceware dot= org --- Comment #1 from Siddhesh Poyarekar --- ISTM that the core assumption when we merged _finite with regular functions= was that the overhead of error checking was negligible, but that's clearly not = true for the whetstone benchmark. It would be interesting to see what's different between the whetstone workl= oad and the ones we have in the glibc microbenchmark and find a way to harmonize them. FWIW, we had noticed rounding mode changing overheads were most noticeable = in a UnixBench benchmark (can't remember which one but it led to [1]) too compar= ed to others, so it's likely that the workloads there are heavy on inputs that need more error/mode processing. [1] commit 2506109403de69bd454de27835d42e6eb6ec3abc Author: Siddhesh Poyarekar Date: Wed Jun 12 10:36:48 2013 +0530 Set/restore rounding mode only when needed --=20 You are receiving this mail because: You are on the CC list for the bug.=