From fdec99a78543dc16681e3391ff5888cef9efe9022f386fdad8c0f6df33a8bbf6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 13 Oct 2022 16:44:08 +0000 Subject: [PATCH] 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 --- cpuid-20220812.src.tar.gz | 3 --- cpuid-20221003.src.tar.gz | 3 +++ cpuid.changes | 21 +++++++++++++++++++++ cpuid.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 cpuid-20220812.src.tar.gz create mode 100644 cpuid-20221003.src.tar.gz diff --git a/cpuid-20220812.src.tar.gz b/cpuid-20220812.src.tar.gz deleted file mode 100644 index 7b46ac9..0000000 --- a/cpuid-20220812.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bf68fb97d94714f90763ccad810df8dc5f7fe9c1f9a3652436491fd75415abf -size 137109 diff --git a/cpuid-20221003.src.tar.gz b/cpuid-20221003.src.tar.gz new file mode 100644 index 0000000..449c90a --- /dev/null +++ b/cpuid-20221003.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c4c5c06b5682582ba2eec96eea26d7832782a789592bb95c4e4fd6270a8307 +size 138457 diff --git a/cpuid.changes b/cpuid.changes index d21386a..c652208 100644 --- a/cpuid.changes +++ b/cpuid.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Oct 13 14:05:28 UTC 2022 - Valentin Lefebvre + +- 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 diff --git a/cpuid.spec b/cpuid.spec index af15e87..b717e9f 100644 --- a/cpuid.spec +++ b/cpuid.spec @@ -17,7 +17,7 @@ Name: cpuid -Version: 20220812 +Version: 20221003 Release: 0 Summary: x86 CPU identification tool License: GPL-2.0-or-later