From 2edf1e0600dd96d054b9b0409bfe14b63c475e1df161c2551cf0b86965f95004 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 15 Nov 2016 08:45:05 +0000 Subject: [PATCH] cpuid-20161114 OBS-URL: https://build.opensuse.org/package/show/utilities/cpuid?expand=0&rev=13 --- cpuid-20160814.src.tar.gz | 3 --- cpuid-20161114.src.tar.gz | 3 +++ cpuid.changes | 30 ++++++++++++++++++++++++++++++ cpuid.spec | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 cpuid-20160814.src.tar.gz create mode 100644 cpuid-20161114.src.tar.gz diff --git a/cpuid-20160814.src.tar.gz b/cpuid-20160814.src.tar.gz deleted file mode 100644 index 72bc064..0000000 --- a/cpuid-20160814.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd4e2b2d88f417ae32f47a92d29351de395a36578fde8aedc228e2e131f38ecd -size 77160 diff --git a/cpuid-20161114.src.tar.gz b/cpuid-20161114.src.tar.gz new file mode 100644 index 0000000..8cc549a --- /dev/null +++ b/cpuid-20161114.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19564f068d0bc1a30d033476da89a9f348fd94b6dbfeae22dab7974514ffc3aa +size 78758 diff --git a/cpuid.changes b/cpuid.changes index ca9a66d..6658c4b 100644 --- a/cpuid.changes +++ b/cpuid.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Tue Nov 15 08:43:11 UTC 2016 - jengelh@inai.de + +- Update to new upstream release 20161114 +* cpuid.c: Added -l/--leaf and -s/--subleaf options to cause + cpuid to dump just the specified leaf and subleaf. If + -s/--subleaf is not specified, it is assumed to be 0. The + intended purpose for this is to display raw dumps of + not-yet-supported leaves. +* cpuid.c: Added AVX512DQ, AVX512IFMA, AVX512BW, AVX512VL, and + CLWB decoding to 7/ebx. +* cpuid.c: Added AVX512VBMI to 7/ecx. +* cpuid.c: Added print_f_0_edx to show L3 cache QoS monitoring + support. +* cpuid.c: Added total & local bandwidth monitoring to 0xf/1/edx. +* cpuid.c: Added 0x15/ecx nominal core crystal clock decoding. +* cpuid.c: In print_17_0_ebx, corrected reversed scheme + encodings. +* cpuid.c: Added synth decoding for Xeon D-1500 (Broadwell-DE) Y0 + stepping. +* cpuid.c: Added synth decoding comment about Braswell D1 + stepping, but its stepping number is not documented. +* cpuid.c: Added synth decoding for (0,6),(8,14) Kaby Lake + processors. +* cpuid.c: Added synth decoding for Apollo Lake processors. +* cpuid.c: Added vague synth decoding for (0,6),(9,14) Kaby Lake + processors. +* cpuid.c: Add AVX512_4VNNIW & AVX512_4FMAPS flags. +* cpuid.c: Add Knights Mill (KNM) CPUID. + ------------------------------------------------------------------- Tue Aug 30 08:57:28 UTC 2016 - jengelh@inai.de diff --git a/cpuid.spec b/cpuid.spec index 93f8b8b..1f0e881 100644 --- a/cpuid.spec +++ b/cpuid.spec @@ -18,7 +18,7 @@ Name: cpuid -Version: 20160814 +Version: 20161114 Release: 0 Summary: x86 CPU identification tool License: GPL-2.0+