From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102d.google.com (mail-pj1-x102d.google.com [IPv6:2607:f8b0:4864:20::102d]) by sourceware.org (Postfix) with ESMTPS id 06A41385843D for ; Tue, 7 Dec 2021 13:35:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 06A41385843D Received: by mail-pj1-x102d.google.com with SMTP id cq22-20020a17090af99600b001a9550a17a5so1935585pjb.2 for ; Tue, 07 Dec 2021 05:35:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fStD21pFpL9SQ1vO3bO7SegWUwT4c5CzqPwar5SW9Gk=; b=w601J9nPMlQ9RX7Nxn1ScBDRKtOlcn03Ym19R1LV8EvPKkv9D/ZtSP4VXj2GhPycvd aZeiv8AFxuxEMETuugR683lxPMKSNPNh66u+ct1DnaihN+EYJN/KCnwngr7nGeP5qojS 0iQ5ipp/OfvEbJ08dyOP8i0sSYJgwAjg7GWMzMKvJ3qZuK8eKbfmPRnkHWs8POm/ei6j IOr1zuaz4XFH7Kk/PtdpttiZO8ftsNTcGUwdYIZZ6JdS7wJ436euqNsTNYWtF2KitI6W SItvCtBOW4nt3omU4+4mps1k2Jd1DwRHDaxKHlH689HCNudNwdTNxgJRUmu4CF8sHSBG 06IA== X-Gm-Message-State: AOAM530+weFvwlszEzAigQvEFXkj4IdFPrMXc0eZDDNtwpWKj49Zq28G wGSQLxFKAOG7Xu1DXBUe9AzKyjwXG8eeWT+QYbxkdv2Wfh4= X-Google-Smtp-Source: ABdhPJzw3j9EpDOpWiYVw4EG6BFXFxLPG2hyPVC3HHOCNrfR5KMDYFLcL6pg2++ifEtAA3aaALyypxX4W6FjQVot37I= X-Received: by 2002:a17:90b:1e0e:: with SMTP id pg14mr6585443pjb.143.1638884123165; Tue, 07 Dec 2021 05:35:23 -0800 (PST) MIME-Version: 1.0 References: <20211206032303.7159-1-hjl.tools@gmail.com> <3639bca9-e90d-d3ff-c758-d2d5c4c0a3d2@linux.intel.com> In-Reply-To: <3639bca9-e90d-d3ff-c758-d2d5c4c0a3d2@linux.intel.com> From: "H.J. Lu" Date: Tue, 7 Dec 2021 05:34:47 -0800 Message-ID: Subject: Re: [PATCH] x86: Don't set Prefer_No_AVX512 for processors with AVX512 and AVX-VNNI To: Arjan van de Ven , Hongyu Wang , liuhongt Cc: Noah Goldstein , Thiago Macieira , GNU C Library Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3022.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Dec 2021 13:35:25 -0000 On Tue, Dec 7, 2021 at 5:18 AM Arjan van de Ven wrote: > > On 12/7/2021 4:53 AM, H.J. Lu wrote: > >> Should we also do Rocket Lake? > >> According to Travis Downs at least downclocking is an issue there ether: > >> https://travisdowns.github.io/blog/2020/08/19/icl-avx512-freq.html#rocket-lake > > > > Thiago, Arjan, > > > > Is this true that Rocket Lake can use ZMM load/store? > > > > > I have no specific data myself about rocket lake... but data is data... > so I'm all for trying it, but other than looking at cpuid's model number Hongtao, Hongyu, can you find a Rocket Lake to test? > I wouldn't know of an easy way to detect RKL vs ICL or others In GCC, RKL ISAs are ICL ISAs without SGX. -- H.J.