mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
Decode deterministic cache info for AMD CPUs too
Since Zen-based CPUs, cpu_id_t::l3_cache is the size of the total L3 cache for the whole chip, while cpu_id_t::l1_cache and cpu_id_t::l2_cache are size for each instances. This change provide L3 cache size per instance.
This commit is contained in:
parent
2ec692b579
commit
0c9ef3249c
36 changed files with 220 additions and 296 deletions
|
@ -91,7 +91,7 @@ general
|
|||
16
|
||||
96
|
||||
2048
|
||||
0
|
||||
-1
|
||||
-1
|
||||
4
|
||||
3
|
||||
|
|
|
@ -91,7 +91,7 @@ general
|
|||
16
|
||||
96
|
||||
2048
|
||||
0
|
||||
-1
|
||||
-1
|
||||
4
|
||||
3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue