From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F24EB3858C33; Tue, 9 Jan 2024 07:23:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F24EB3858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704784991; bh=KEQlQtaJDZDoNQb600bVX++064mcFWQYdRhraLIz8sE=; h=From:To:Subject:Date:From; b=iYkSOSjbJpWwFyDXguoac/XzZPxzOcuDh5oR/lj5QvWVtaomaPTusD1EWmUq667Wt IxpRdBYc3q6FGZIGVmneeXO208Rm7NAcDd1fC0iZIc/HPy+HYkPzsiuNCilg4pQi0w TVfb3I36y6XNuM47WfyXJRuVtuLK1KnDNaf/Oazo= From: "burnus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113288] New: [i386] Missing #define for -mavx10.1-256 and -mavx10.1-512 Date: Tue, 09 Jan 2024 07:23:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: burnus 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone cf_gcctarget Message-ID: 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=3D113288 Bug ID: 113288 Summary: [i386] Missing #define for -mavx10.1-256 and -mavx10.1-512 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: burnus at gcc dot gnu.org CC: haochen.jiang at intel dot com, hongyuw at gcc dot gnu.= org Target Milestone: --- Target: i386,x86_64 As noted in https://gcc.gnu.org/pipermail/gcc-patches/2024-January/642025.h= tml There is not #define for -mavx10.1-256 and -mavx10.1-512 By contrast, there is one for, e.g., __AVX10_512BIT__ and "avx10-max-512bit" __AVX10_1__ and "avx10.1" __AMX_FP16__ and -mamx-fp16 etc.=