From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) by sourceware.org (Postfix) with ESMTPS id ED16C3858D39 for ; Sat, 20 Nov 2021 23:23:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org ED16C3858D39 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSW.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=systematicsw.ab.ca Received: from shw-obgw-4004a.ext.cloudfilter.net ([10.228.9.227]) by cmsmtp with ESMTP id oQWKmAPjdlW5qoZhJmzVCg; Sat, 20 Nov 2021 23:23:05 +0000 Received: from SystematicSW.ab.ca ([68.147.0.90]) by cmsmtp with ESMTP id oZhImRBhod5UnoZhIm26yg; Sat, 20 Nov 2021 23:23:05 +0000 X-Authority-Analysis: v=2.4 cv=FrgWQknq c=1 sm=1 tr=0 ts=61998359 a=T+ovY1NZ+FAi/xYICV7Bgg==:117 a=T+ovY1NZ+FAi/xYICV7Bgg==:17 a=5_s1rtZIAAAA:8 a=URgdWxVxm9fe1T8kbkoA:9 a=7-3sKM-zqIYA:10 a=3dMv4P1n_z9a81GE33Fp:22 From: Brian Inglis To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Sat, 20 Nov 2021 16:16:43 -0700 Message-Id: <20211120161643.33804-1-Brian.Inglis@SystematicSW.ab.ca> Subject: Updated: cpuid 20211114 X-CMAE-Envelope: MS4xfHSfCnx+jUCA8DDCWqKDwG3oTJhQ+zZ5WKZD7lmy7ctahbZAyCUEEiMC7dL5xOpfOvFKjXh3pYNKeTGHcPkq8s8kZ7F+w1/SU/RKzJAYGhiXtcsS4JJQ BimbX1FrQC5TS61H5Oor6h3MG4YG3d0FhMbTpkoIfGFQPNkWAXnFI9u7x7LubJTulDcOBfmgZTZx4/+W02kr9K8XUbfsM/FeKF2u5VpUaIqkhhfS8jnNP4lg 1TqslcuAUGysGxttKw79wWe/tIQYIzSn3YMfXKhLChQ= X-Spam-Status: No, score=-1158.6 required=5.0 tests=BAYES_20, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2021 23:23:07 -0000 The following package has been upgraded in the Cygwin distribution: * cpuid 20211114 The program displays detailed information about the CPU(s) gathered from the CPUID instruction, and also determines the exact model of CPU(s). Whereas /proc/cpuinfo is like an abstract of the features important to Linux in a system, cpuid is a standalone utility which writes a paper expounding on every feature in each CPU's architecture and what it can do, at about the one line per bit level. It is updated and released frequently and appears current with Intel and AMD information and supports other vendors' chips. See the project home page for more information: http://etallen.com/cpuid.html For information about changes since the previous Cygwin release, see below or /usr/share/doc/cpuid/ChangeLog after installation. Changes * Updated (uarch synth) for Bergamo to say "Zen 4c". * Added (synth) decoding for Pentium Gold G5420 (0,6),(9,14),10, based on a sample from Andrey Rahmatullin. Previously, I knew only of variants with stepping 11. * Renamed Golden Cove & derivatives physical properties to use new Intel 7 branding. Likewise for the preliminary Redwood Cove & Granite Rapids and Intel 4. * Added (synth) decoding for AMD Storm Peak, Lucienne A1 stepping, Van Gogh, Mero, Mendocino, Chagall, Badami, Rembrandt, Genoa, Raphael, Phoenix, Bergamo. * Added (synth) decoding for Intel (0,6),(10,8), (0,6),(10,10), (0,6),(10,12), (0,6),(10,13), (0,6),(9,15). * Added Cougar Mountain name to Intel Puma 7. * Added Microsoft hypervisor+3/edx, hypervisor+7/eax, hypervisor+7/ecx, hypervisor+0xa/eax new fields. * Updated (synth) decoding for Alder Lake-S to include Core variants. * Added (synth) and (uarch) decoding for VIA/Centaur CHA (CNS). * Added 7/1/eax AMX tile support, from Linux kernel.