Accepting request 440344 from utilities
- Update to new upstream release 20161114 OBS-URL: https://build.opensuse.org/request/show/440344 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpuid?expand=0&rev=3
This commit is contained in:
BIN
cpuid-20160814.src.tar.gz
(Stored with Git LFS)
BIN
cpuid-20160814.src.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
cpuid-20161114.src.tar.gz
(Stored with Git LFS)
Normal file
BIN
cpuid-20161114.src.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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
|
Tue Aug 30 08:57:28 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cpuid
|
Name: cpuid
|
||||||
Version: 20160814
|
Version: 20161114
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: x86 CPU identification tool
|
Summary: x86 CPU identification tool
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
Reference in New Issue
Block a user