From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8BB5B3851C1B; Thu, 30 Jul 2020 20:16:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8BB5B3851C1B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1596140197; bh=441IaTuhNMaRrOb5i1QI+CAX62wL0syGTWixvqSNJo4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cdDchgE5UasmVZ77CiOfH9yR60gmt0i7qcV/JEs5P+iN12+uoWB4txwQEAPLEO8pZ gC4X3N8YwEFnNNMW8gnu9D8tz/wyULft5Gzs1jzqNUwE01U5fHj/GJYNNg/Y69ma1r 3UCjo/zgnnktIPqkrnX8lf2BVGdZqcakwzeq7pl4= From: "jamborm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/90234] 503.bwaves_r is 6% slower on Zen1/Zen2 CPUs at -Ofast with native march/mtune than with generic ones Date: Thu, 30 Jul 2020 20:16:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jamborm at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2020 20:16:37 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D90234 Martin Jambor changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|503.bwaves_r is 6% slower |503.bwaves_r is 6% slower |on Zen1 CPUs at -Ofast with |on Zen1/Zen2 CPUs at -Ofast |native march/mtune than |with native march/mtune |with generic ones |than with generic ones --- Comment #2 from Martin Jambor --- I spoke too soon, I can see this in May gcc 10.1 data on zen1 machine and a= lso in current master (6e1e0decc9e) on a zen-2 machine, still about 6% in both cases. (Gcc9 does not have this problem on zen2 but does on zen1 so it looks a bit fragile).=