mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
Add cpu_feature_level_t enumerated values for x86 CPUs
I had to fix run_tests.py to update all test files properly. Fix #177
This commit is contained in:
parent
c5885699f0
commit
959edc34e7
229 changed files with 388 additions and 12 deletions
|
@ -76,6 +76,7 @@ intel_fn11[2]=00000000 00000000 00000002 00000000
|
|||
intel_fn11[3]=00000000 00000000 00000003 00000000
|
||||
--------------------------------------------------------------------------------
|
||||
x86
|
||||
x86-64-v2
|
||||
general
|
||||
6
|
||||
5
|
||||
|
|
|
@ -72,6 +72,7 @@ intel_fn11[2]=00000000 00000000 00000002 00000000
|
|||
intel_fn11[3]=00000000 00000000 00000003 00000000
|
||||
--------------------------------------------------------------------------------
|
||||
x86
|
||||
x86-64-v2
|
||||
general
|
||||
6
|
||||
5
|
||||
|
|
|
@ -72,6 +72,7 @@ intel_fn11[2]=00000000 00000000 00000002 00000000
|
|||
intel_fn11[3]=00000000 00000000 00000003 00000000
|
||||
--------------------------------------------------------------------------------
|
||||
x86
|
||||
x86-64-v2
|
||||
general
|
||||
6
|
||||
5
|
||||
|
|
|
@ -72,6 +72,7 @@ intel_fn11[2]=00000000 00000000 00000002 00000003
|
|||
intel_fn11[3]=00000000 00000000 00000003 00000003
|
||||
--------------------------------------------------------------------------------
|
||||
x86
|
||||
x86-64-v2
|
||||
general
|
||||
6
|
||||
10
|
||||
|
|
|
@ -72,6 +72,7 @@ intel_fn11[2]=00000000 00000000 00000002 00000000
|
|||
intel_fn11[3]=00000000 00000000 00000003 00000000
|
||||
--------------------------------------------------------------------------------
|
||||
x86
|
||||
x86-64-v2
|
||||
general
|
||||
6
|
||||
10
|
||||
|
|
|
@ -72,6 +72,7 @@ intel_fn11[2]=00000000 00000000 00000002 00000001
|
|||
intel_fn11[3]=00000000 00000000 00000003 00000001
|
||||
--------------------------------------------------------------------------------
|
||||
x86
|
||||
x86-64-v2
|
||||
general
|
||||
6
|
||||
10
|
||||
|
|
|
@ -72,6 +72,7 @@ intel_fn11[2]=00000000 00000000 00000002 00000000
|
|||
intel_fn11[3]=00000000 00000000 00000003 00000000
|
||||
--------------------------------------------------------------------------------
|
||||
x86
|
||||
x86-64-v2
|
||||
general
|
||||
6
|
||||
12
|
||||
|
|
|
@ -72,6 +72,7 @@ intel_fn11[2]=00000000 00000000 00000002 00000000
|
|||
intel_fn11[3]=00000000 00000000 00000003 00000000
|
||||
--------------------------------------------------------------------------------
|
||||
x86
|
||||
x86-64-v2
|
||||
general
|
||||
6
|
||||
12
|
||||
|
|
|
@ -324,6 +324,7 @@ amd_fn8000001dh[2]=00000000 00000000 00000002 00000006
|
|||
amd_fn8000001dh[3]=00000000 00000000 00000003 00000006
|
||||
--------------------------------------------------------------------------------
|
||||
x86
|
||||
x86-64-v2
|
||||
general
|
||||
6
|
||||
14
|
||||
|
|
|
@ -72,6 +72,7 @@ intel_fn11[2]=00000000 00000000 00000002 00000000
|
|||
intel_fn11[3]=00000000 00000000 00000003 00000000
|
||||
--------------------------------------------------------------------------------
|
||||
x86
|
||||
x86-64-v2
|
||||
general
|
||||
6
|
||||
14
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue