delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2023/06/17/15:08:51

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9E45D3858412
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1687028889;
bh=HfpMG3ztaaVXgT9SQcw+ot/n1yitS3Nbia7LAuzYAqI=;
h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post:
List-Help:List-Subscribe:From:Reply-To:Cc:From;
b=gCgN/ANl+PqCeFUQho6TEtUMCdvqgnujg1ryVAjzj4CqVaqLPpW2GfFoxNPugcHZc
VpyN3+OA6utV6AgIfDSd1TUkb4YNshuqpBKqQUBPK0R2VZavBTZtBscDZaIbsUaBCc
CiQfdhmxHFYPsFlvS7Dnb9mNd/2xhBTWfPjt3kpQ=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 043D13858D39
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BB0493858410
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 AT cygwin DOT com
Date: Sat, 17 Jun 2023 13:04:53 -0600
Message-Id: <announce.20230617130453.27965-1-Brian.Inglis@Shaw.ca>
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 AT cygwin DOT com
X-Mailman-Version: 2.1.29
X-Mailer: Perl5 Mail::Internet v2.20
X-BeenThere: cygwin AT cygwin DOT com
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Cygwin cpuid Maintainer via Cygwin-announce via Cygwin
<cygwin AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
Cc: Cygwin cpuid Maintainer via Cygwin-announce <cygwin-announce AT cygwin DOT com>,
Cygwin cpuid Maintainer <Brian DOT Inglis AT Shaw DOT ca>
MIME-Version: 1.0
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

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.


-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019