From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost.localdomain (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 7FDFC3858015 for ; Mon, 22 Nov 2021 10:20:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3E48B3858D35 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 X-Authority-Analysis: v=2.4 cv=IfaU5Ema c=1 sm=1 tr=0 ts=619b6eef a=T+ovY1NZ+FAi/xYICV7Bgg==:117 a=T+ovY1NZ+FAi/xYICV7Bgg==:17 a=5_s1rtZIAAAA:8 a=dOSPFD7IAQc8mGhhXXkA:9 a=7-3sKM-zqIYA:10 a=3dMv4P1n_z9a81GE33Fp:22 From: Brian Inglis To: cygwin@cygwin.com Date: Mon, 22 Nov 2021 03:19:08 -0700 Message-Id: Subject: [ANNOUNCEMENT] Updated: cpuid 20211121 X-CMAE-Envelope: MS4xfBs9u7KQaz/B3CONunyntTE37RPYI9wI7EzwdB3IGrVohbSkG9P5OiRo2kGaa7BdtLRyxv138w+iC5VaIpimIKb/LDo8sIUk49VrfLjVcEkQXnqd0GJs Uw60L1Y0rXeXxTPPYej/fgyBj20Vr4yis2+Uh6DWVUuqUbkgQeP2aJa+hlkS9khFpe1NkUtnDvPiSPWPKOlkr4UWAvaqUMSOykzYJPzLKmTW6gqCjT5vla58 bpTGSor1h0APzpSv+pQcBDEA9sXw1u5Kd9EEn9hwa5U= X-Spam-Status: No, score=-1160.5 required=5.0 tests=BAYES_00, 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 Reply-To: cygwin@cygwin.com Errors-To: cygwin-announce-bounces+cygwin-announce-resender=cygwin.com@cygwin.com X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User X-BeenThere: cygwin@cygwin.com Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2021 10:20:40 -0000 The following package has been upgraded in the Cygwin distribution: * cpuid 20211121 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 * Removed __LARGE64_FILES from __CYGWIN__. * Renamed macros with names starting with underscores, which are reserved names in C: __THING -> MaskTHING, _THING -> ShftTHING. * Added to (synth) decoding: AMD Ryzen 1000/2000/3000/4000/5000 series numbers, Epyc Gen numbers. * Distinguish (synth) decoding: AMD (8,15),(2,0) Dali CPUs: Ryzen vs. other, Threadripper CPUs. For Zen & Zen+, only the brand distinguishes; for Zen 2 (and rumored for Zen 3), there are distinct models, Great Horned Owl & Banded Kestrel, Grey Hawk from Renoir. * Added (synth) & (uarch synth) decoding for Intel (0,6),(11,14) Golden Cove (Alder Lake) from Coreboot, (0,6),(6,7) Palm Cove (Cannon Lake), (0,6),(10,11) Redwood Cove (Meteor Lake-N), (0,6),(11,10) Raptor Cove (Raptor Lake-P) from DPTF. * Added (synth) decoding for Intel (0,6),(11,7) Raptor Lake, from LX. * Updated (uarch synth) phys strings for Intel 14nm and 10nm process nodes using 14nm+, 14nm++, 14nm+++, 10nm+, 10nm++.