From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E3B9A3858403; Sun, 4 Feb 2024 02:41:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E3B9A3858403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707014478; bh=4aibArmTpuUCh2bJjWjjHnDbsdAo+KGgO25zniYnryo=; h=From:To:Subject:Date:From; b=k3pRi9GJziXtPHg4flpiltFnxtKP/JhQOtDvOI2SEvbKlZaFx/v/EC9PDt0IEKERx L/fPH9vqsXG79Ze6L78SC+sr5FtfXYhQY+CceVmSz6KAa3OorsinwVwSIWGbbsvS9O oMmu0Q7VcprHhPG2M+2rdoffN12NdG26YFpcYOPU= From: "hjl.tools at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug math/31335] New: Compile glibc with -march=x86-64-v3 should disable FMA4 multi-arch version Date: Sun, 04 Feb 2024 02:41:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: math X-Bugzilla-Version: 2.39 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: NEW 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone cf_gcctarget Message-ID: 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31335 Bug ID: 31335 Summary: Compile glibc with -march=3Dx86-64-v3 should disable FMA4 multi-arch version Product: glibc Version: 2.39 Status: NEW Severity: normal Priority: P2 Component: math Assignee: unassigned at sourceware dot org Reporter: hjl.tools at gmail dot com Target Milestone: --- Target: x86-64 When building glibc with -march=3Dx86-64-v3 or high, the resulting glibc won't run on FMA4 processors. FMA4 multi-arch version should be disabled in this case. --=20 You are receiving this mail because: You are on the CC list for the bug.=