forked from pool/cpuid
cpuid-20161114
OBS-URL: https://build.opensuse.org/package/show/utilities/cpuid?expand=0&rev=13
This commit is contained in:
parent
897bf69207
commit
2edf1e0600
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd4e2b2d88f417ae32f47a92d29351de395a36578fde8aedc228e2e131f38ecd
|
||||
size 77160
|
3
cpuid-20161114.src.tar.gz
Normal file
3
cpuid-20161114.src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19564f068d0bc1a30d033476da89a9f348fd94b6dbfeae22dab7974514ffc3aa
|
||||
size 78758
|
@ -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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: cpuid
|
||||
Version: 20160814
|
||||
Version: 20161114
|
||||
Release: 0
|
||||
Summary: x86 CPU identification tool
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user