mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-13 11:10:39 +00:00
DB: add Milan
https://en.wikichip.org/wiki/amd/cores/milan InstLatx64/InstLatx64@2dc186e948
This commit is contained in:
parent
d97618ab4f
commit
c8238acd0a
2 changed files with 107 additions and 0 deletions
|
@ -294,6 +294,7 @@ const struct match_entry_t cpudb_amd[] = {
|
|||
{ 15, -1, -1, 23, 96, -1, -1, -1, NC, RYZEN_|_5 , 0, "Ryzen 5 (Renoir)" },
|
||||
{ 15, -1, -1, 23, 96, -1, -1, -1, NC, RYZEN_|_3 , 0, "Ryzen 3 (Renoir)" },
|
||||
/* Zen 3 (2020) => https://en.wikichip.org/wiki/amd/microarchitectures/zen_3 */
|
||||
{ 15, -1, -1, 25, 1, -1, -1, -1, NC, EPYC_ , 0, "EPYC (Milan)" },
|
||||
{ 15, -1, -1, 25, 33, -1, -1, -1, NC, RYZEN_|_9 , 0, "Ryzen 9 (Vermeer)" },
|
||||
{ 15, -1, -1, 25, 33, -1, -1, -1, NC, RYZEN_|_7 , 0, "Ryzen 7 (Vermeer)" },
|
||||
{ 15, -1, -1, 25, 33, -1, -1, -1, NC, RYZEN_|_5 , 0, "Ryzen 5 (Vermeer)" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue