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 5100A3858D35 for ; Sat, 17 Jun 2023 19:06:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5100A3858D35 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=Shaw.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=shaw.ca Received: from shw-obgw-4004a.ext.cloudfilter.net ([10.228.9.227]) by cmsmtp with ESMTP id AXPHq1DlK6NwhAbFXq2HPX; Sat, 17 Jun 2023 19:06:15 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shaw.ca; s=s20180605; t=1687028775; bh=1ByJypNkizSDBKLrNcOQPURaqoklFiM0OurZHvgBNDA=; h=From:To:Reply-To:Date:Subject; b=HC0LjlvtcjZP9rkk7p5k9lJWfnHQ4vuQSPP7ez273hMoppXbiG/cTpxOmxhsHI0UQ nz6/eqwr0XujqeMeW+0Aatx5f7+kcTabl4KQHmzzYRXewZE8OH41V7vvIW+Y6EUb9X 5lfAd7RI4BOeFpORn2BL8NSEjikzS2kcDbwel+TYuCiFuTVDveRnd8XQudE4o2oxov 1zO6EmhJ1d6PPsWk37VaXCNW0qitalMQti1mz6BPDTTBK/74Aw/V2cMUQ+uG5Cilug 9Pn2hXC0NT+6GHO0lwlWWz7x8xQImumDEjz3Gw0505XE7TtclfRVRrko4sxM1vyGeg Ro9cKXo3fzKBw== Received: from localhost.localdomain ([184.64.102.149]) by cmsmtp with ESMTP id AbFXqvEAE3fOSAbFXq1O19; Sat, 17 Jun 2023 19:06:15 +0000 X-Authority-Analysis: v=2.4 cv=J8G5USrS c=1 sm=1 tr=0 ts=648e0427 a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17 a=5_s1rtZIAAAA:8 a=Q1qG_8ZpS7k04nXozPYA:9 a=7-3sKM-zqIYA:10 a=3dMv4P1n_z9a81GE33Fp:22 From: "Cygwin cpuid Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Sat, 17 Jun 2023 13:04:53 -0600 Message-Id: <20230617130453.27965-1-Brian.Inglis@Shaw.ca> Subject: Updated: cpuid 20230614 X-CMAE-Envelope: MS4xfLgTs3MkgDWbWfSFqjwbTkx7bljIggeeWa6Mj1IEYINpdaGdfmy63e0vU4hiOoijJSyuzsmApcaqALZWOeeWMrfh4nrHmulVYU9xsbB8tasuI0fLP2xf o0P1uPO90hWN6T+o7akCOwCsKMNqhA+waYkuSZ22Dad8axIic+9m0V98bWvaBKTNMzBu1/hGutgFPZwY29VQvBQIsHdPuIgffYM= X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The following package has been upgraded in the Cygwin distribution: * cpuid 20230614 Displays detailed information about the CPU(s) gathered from the CPUID instruction, and also determines the exact model of CPU(s). Where /proc/cpuinfo shows features important to a system, cpuid shows what every feature in each CPU's architecture does. 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. Wed Jun 14 2023 20230614 cpuid.c: - Improved (synth) identification for (0,6),(5,5),10 Intel Xeon Scalable (3rd Gen) (Cooper Lake A0), based on 634897 doc. - Changed (synth) identification for (0,6),(6,12) Intel Xeon D-1700/2700 (Ice Lake-D). Intel docs 714071 claim the stepping is U1/U2, which contradicts ILPMDF*. I'm using the actual docs. - Updated comments with new Intel docs. - Changed "Intel Scalable" to "Intel Xeon Scalable". - Added (synth) differentiation for (0,6),(9,10),4 Intel Pentium Gold 8500 series. - Made the (simple synth) fields non-default. Too many people were interpreting them as definitive and ignoring the much better (synth) leaf, which uses the entirety of cpuid information. This impacts leaves 1, 0x80000001, and 0x80860001. The (simple synth) fields still are available, but only with the -S/--simple option. - Organized option flags that need to be passed deeply down in the print_reg* functions into a new print_opts_t, which will make future options easier to add. - Renamed the old "try" variables to "sub". The word "try" was a remnant of the original leaf 4 subleaf implemntation, before subleaves were commonplace. For leaf 4, one just kept "trying" to read more cache data until it failed. But most subleaves don't work that way. - Updated (synth) decoding for (0,6),(8,15),{7,8} to mention steppings {S2,S3} from ILPMDF* 20230512. - Added (synth) decoding for (0,6),(11,14) pure Atom x7000E, as a variation on other Alder Lake-N CPUs. - Added (synth) decoding for (0,6),(9,10),4 Atom C1100 Arizona Beach. cpuid.man: - Added new Intel docs. - Added 613537, the new pub number for 336065, Intel Xeon Processor Scalable Family Specification Update.