From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E7194389364F; Wed, 24 Feb 2021 10:49:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E7194389364F From: "wdijkstr at arm dot com" To: glibc-bugs@sourceware.org Subject: [Bug math/27461] Unixbench/whetstone-double performance regression on glibc2.32 Date: Wed, 24 Feb 2021 10:49:55 +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: wdijkstr at arm 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: Wed, 24 Feb 2021 10:49:56 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27461 --- Comment #3 from Wilco --- (In reply to Siddhesh Poyarekar from comment #1) > ISTM that the core assumption when we merged _finite with regular functio= ns > was that the overhead of error checking was negligible, but that's clearly > not true for the whetstone benchmark. It's the opposite, using a separate veneer for error checks is expensive as this benchmark shows. So with -Ofast you might see a regression on functions that were special cased in math-finite.h. So what needs to happen is removal of these veneers so that math functions = are always directly called and do their own error checks. --=20 You are receiving this mail because: You are on the CC list for the bug.=