From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4726F3858421; Tue, 20 Dec 2022 14:23:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4726F3858421 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671546199; bh=bBwCC7gQ0hANHIKZ0Kg/xyhEi5jN5SeAKCa6hx+IHZM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=v69/EC8KBDJqwyPg42J1LKA4Y4Tq8ULWJbGz8NzXDhaL/Z9LE+bAicREG2heEPxW9 leH+z4WYMylVEtQz/l0kGH+TBssUgQbrrZ/gLa/lcK/rNe9eF6eQqvRZjgGO29i2NN vv01rWxRHCsIeJPUTJk3HQOqTG58pz71QNxVKqLw= From: "vincenzo.innocente at cern dot ch" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/106012] rsqrtps and rcpps instructions generated even if -fno-reciprocal-math specified Date: Tue, 20 Dec 2022 14:23:18 +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: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vincenzo.innocente at cern dot ch X-Bugzilla-Status: NEW 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: 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106012 --- Comment #6 from vincenzo Innocente = --- just to confirm that -Ofast=C2=A0 -fno-reciprocal-math -mno-recip seems to inhibit all reciprocals... https://godbolt.org/z/f4bccb9GP=