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
|
|||
32
|
||||
32
|
||||
512
|
||||
262144
|
||||
16384
|
||||
-1
|
||||
8
|
||||
8
|
||||
|
|
|
@ -91,7 +91,7 @@ general
|
|||
32
|
||||
32
|
||||
512
|
||||
8192
|
||||
4096
|
||||
-1
|
||||
8
|
||||
8
|
||||
|
|
|
@ -983,7 +983,7 @@ general
|
|||
32
|
||||
32
|
||||
512
|
||||
32768
|
||||
16384
|
||||
-1
|
||||
8
|
||||
8
|
||||
|
|
|
@ -91,7 +91,7 @@ general
|
|||
32
|
||||
32
|
||||
512
|
||||
8192
|
||||
4096
|
||||
-1
|
||||
8
|
||||
8
|
||||
|
|
|
@ -91,7 +91,7 @@ general
|
|||
32
|
||||
32
|
||||
512
|
||||
8192
|
||||
4096
|
||||
-1
|
||||
8
|
||||
8
|
||||
|
|
|
@ -91,7 +91,7 @@ general
|
|||
32
|
||||
32
|
||||
512
|
||||
32768
|
||||
16384
|
||||
-1
|
||||
8
|
||||
8
|
||||
|
|
|
@ -91,7 +91,7 @@ general
|
|||
32
|
||||
32
|
||||
512
|
||||
8192
|
||||
4096
|
||||
-1
|
||||
8
|
||||
8
|
||||
|
|
|
@ -91,7 +91,7 @@ general
|
|||
32
|
||||
32
|
||||
512
|
||||
65536
|
||||
16384
|
||||
-1
|
||||
8
|
||||
8
|
||||
|
|
|
@ -91,7 +91,7 @@ general
|
|||
32
|
||||
32
|
||||
512
|
||||
131072
|
||||
16384
|
||||
-1
|
||||
8
|
||||
8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue