mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-13 11:10:39 +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
|
@ -15360,6 +15360,7 @@ CPUID 80000020: 00000000-00000002-00000000-00000000
|
|||
CPUID 8FFFFFFF: 00000000-00000000-00000000-00000000
|
||||
--------------------------------------------------------------------------------
|
||||
x86
|
||||
x86-64-v3
|
||||
general
|
||||
15
|
||||
1
|
||||
|
@ -15393,6 +15394,7 @@ EPYC (Rome)
|
|||
fpu vme de pse tsc msr pae mce cx8 apic mtrr sep pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht pni pclmul monitor ssse3 cx16 sse4_1 sse4_2 syscall movbe popcnt aes xsave osxsave avx mmxext nx fxsr_opt rdtscp lm lahf_lm cmp_legacy svm abm misalignsse sse4a 3dnowprefetch osvw ibs skinit wdt ts ttp tm_amd hwpstate constant_tsc fma3 f16c rdrand cpb aperfmperf avx2 bmi1 bmi2 sha_ni rdseed adx
|
||||
--------------------------------------------------------------------------------
|
||||
x86
|
||||
x86-64-v3
|
||||
general
|
||||
15
|
||||
1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue