forked from jengelh/cpuid
Accepting request 1010493 from home:vlefebvre:branches:utilities
- Update to release 20221003 * Added synth decoding for AMD Ryzen (Phoenix E0, Storm Peak A1) * Added synth & uarch synth decoding for * (0,6),(11,5) Intel Meteor Lake * (0,6),(11,6) Intel Grand Ridge (Crestmont) * (0,6),(11,14) Intel Granite Rapids * Renamed 7/0/eax enh hardware feedback to simply Thread Director. * Added 7/1/eax instructions ... * Added 0x12/0/eax SGX ENCLU EDECCSA flag. * Added 0x23 Architecture Performance Monitoring Extended leaf decoding. * Corrected AVX512IFMA description: integer FMA, not just FMA. - Release 20220927 * Added synth decoding for (10,15),(6,1) Raphael * Fixed missing return statement in get_nr_cpu_ids()'s default case, used by Cygwin. * Fixed title for AMD 0x8000001a leaf: Performance Optimization identifiers. [cpuid-20221003.src.tar.gz] OBS-URL: https://build.opensuse.org/request/show/1010493 OBS-URL: https://build.opensuse.org/package/show/utilities/cpuid?expand=0&rev=37
This commit is contained in:
BIN
cpuid-20220812.src.tar.gz
(Stored with Git LFS)
BIN
cpuid-20220812.src.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
cpuid-20221003.src.tar.gz
(Stored with Git LFS)
Normal file
BIN
cpuid-20221003.src.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 13 14:05:28 UTC 2022 - Valentin Lefebvre <valentin.lefebvre@suse.com>
|
||||||
|
|
||||||
|
- Update to release 20221003
|
||||||
|
* Added synth decoding for AMD Ryzen (Phoenix E0, Storm Peak A1)
|
||||||
|
* Added synth & uarch synth decoding for
|
||||||
|
* (0,6),(11,5) Intel Meteor Lake
|
||||||
|
* (0,6),(11,6) Intel Grand Ridge (Crestmont)
|
||||||
|
* (0,6),(11,14) Intel Granite Rapids
|
||||||
|
* Renamed 7/0/eax enh hardware feedback to simply Thread Director.
|
||||||
|
* Added 7/1/eax instructions ...
|
||||||
|
* Added 0x12/0/eax SGX ENCLU EDECCSA flag.
|
||||||
|
* Added 0x23 Architecture Performance Monitoring Extended leaf decoding.
|
||||||
|
* Corrected AVX512IFMA description: integer FMA, not just FMA.
|
||||||
|
- Release 20220927
|
||||||
|
* Added synth decoding for (10,15),(6,1) Raphael
|
||||||
|
* Fixed missing return statement in get_nr_cpu_ids()'s default case,
|
||||||
|
used by Cygwin.
|
||||||
|
* Fixed title for AMD 0x8000001a leaf: Performance Optimization identifiers.
|
||||||
|
[cpuid-20221003.src.tar.gz]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 13 10:39:31 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Sat Aug 13 10:39:31 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cpuid
|
Name: cpuid
|
||||||
Version: 20220812
|
Version: 20221003
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: x86 CPU identification tool
|
Summary: x86 CPU identification tool
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Reference in New Issue
Block a user