From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta002.cacentral1.a.cloudfilter.net (omta002.cacentral1.a.cloudfilter.net [3.97.99.33]) by sourceware.org (Postfix) with ESMTPS id 2FF7A3858D28 for ; Sun, 27 Feb 2022 08:25:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2FF7A3858D28 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-4003a.ext.cloudfilter.net ([10.228.9.183]) by cmsmtp with ESMTP id NxQMncQ8fgTZYOEsPn0psz; Sun, 27 Feb 2022 08:25:57 +0000 Received: from localhost.localdomain ([184.64.124.72]) by cmsmtp with ESMTP id OEsPnkIXkQV6mOEsPn2thP; Sun, 27 Feb 2022 08:25:57 +0000 X-Authority-Analysis: v=2.4 cv=PbTsOwtd c=1 sm=1 tr=0 ts=621b3595 a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=5_s1rtZIAAAA:8 a=qxtg3CqEp4RiW3xss2oA:9 a=7-3sKM-zqIYA:10 a=3dMv4P1n_z9a81GE33Fp:22 From: "Cygwin cpuid Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Sun, 27 Feb 2022 01:20:46 -0700 Message-Id: <20220227012046.47042-1-Brian.Inglis@SystematicSW.ab.ca> Subject: Updated: cpuid 20220224 X-CMAE-Envelope: MS4xfG9JcBTwVeumxOpVtK49PR3AsfrUgHNwbCNW8FNNMns6W/9gx8drFB0NA0i+sqwZ7yS0p4oWGtbvzztClaIihHh/6HQ7t8lwhQoBtoGb5b7oeTb7r+Bt xr1gtAd24LbM+2mZEUyb7lpaKYBKKHu/HxULTGG/CJKFsV5CRFUpvWKI7SblyBvtHUrIwcABqTzRCA98gAyLApUNezzVC4nPBRP5M26KByS6dnDX7xB6JrQp hbXzSC2QxUJwXrp1L0go9IUVfuAhWyaz+CePB+vVhMg= X-Spam-Status: No, score=-1164.1 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, RCVD_IN_MSPIKE_H5, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE 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: Sun, 27 Feb 2022 08:25:59 -0000 The following package has been upgraded in the Cygwin distribution: * cpuid 20220224 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 to stay 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 * Added (synth) and (uarch synth) decoding for AMD Rembrandt E1. * Added hypervisor+4/eax (Xen) expanded destination id bit. * Removed bogus 7/1/eax bit 24 "AMX tile support", but the actual bit is in 7/0/edx. * Renamed 6/eax bit to 23 to mention Thread Director. * Widened 6/ecx number of enh hardware feedback classes from bits 8-11 to bits 8-15. * Renamed 7/1/eax bit to 10 to include "fast". * Added 7/1/ebx decoding. * Added 0x14/0/ebx decoding for support for IA32_RTIT_CTL EventEn & DisTNT bits. * Added synth decoding for (0,6),(11,15) Alder Lake, based on MSR_CPUID_table. * Confirmed synth decoding for (0,6),(10,8) Rocket Lake. * Added (synth) steppings based on instlatx64 samples: 1,(0,5),(0,3),2 P24T C0, (0,6),(0,2),2 K75/Pluto/Orion A2, (0,6),(4,6),1 Crystal Well C1, (0,6),(7,14),5 Ice Lake-U/Y D1, (0,6),(9,7),2 Alder Lake-S C0, (0,6),(10,7),1 Rocket Lake B0. * Corrected missing Core name for (0,6),(9,7) Alder Lake-S A0 stepping. * In 0x18 leaves, line up values better.