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 043D13858D39 for ; Sat, 17 Jun 2023 19:06:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 043D13858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1687028789; bh=d4s8jU7AaVWr40uW5kSR2pyipJOqPAhu4U+wftHuUCo=; h=To:Date:Subject:From:Reply-To:Cc:From; b=C6ti5BPY/gGaxwZdJylJHuYn3ijG/zmedD/61iEc29PNpvFFZObj1aDXf1vGA0ZEE wYTLqXDwCcp44V68LbezzdRUMGPa3efEojzGyeVHEqaRsJPNsoMkWWCm2mNcCWNNIz Y6FqjOBZtyVLwWr0ogC8/f4I5qSlIoBZsgLWZb8I= DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BB0493858410 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1687028788; bh=d4s8jU7AaVWr40uW5kSR2pyipJOqPAhu4U+wftHuUCo=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Help: List-Subscribe:From:Reply-To:Cc:From; b=U99RgUpdLzeFT9yMx5fjrl5mKDUStAX0C9OHZLcKdEear3XeuuOdVBGRhKkNE3THu QAwRl2mDhmoBAEjAalK+RutVDaGqBnxdKVmKomJCmRgpa0ANTOA8poKWA2szfD0iic MBktQzyAc0ZWJniT+Vb+Mmv04xJY9hMO3tJRnxl0= DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5100A3858D35 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 To: cygwin@cygwin.com Date: Sat, 17 Jun 2023 13:04:53 -0600 Message-Id: Subject: [ANNOUNCEMENT] 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 X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 From: Cygwin cpuid Maintainer via Cygwin-announce Reply-To: cygwin@cygwin.com Cc: Cygwin cpuid Maintainer Errors-To: cygwin-announce-bounces+cygwin-announce-resender=cygwin.com@cygwin.com X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User 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.