1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-03 11:01:30 +00:00

DB: add Lucienne

https://en.wikichip.org/wiki/amd/cores/lucienne
Fix X0rg/CPU-X#209
This commit is contained in:
Xorg 2022-02-06 11:29:46 +01:00
commit 5ce462c32c
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
2 changed files with 109 additions and 0 deletions

View file

@ -293,6 +293,9 @@ const struct match_entry_t cpudb_amd[] = {
{ 15, -1, -1, 23, 96, -1, -1, -1, NC, RYZEN_|_7 , 0, "Ryzen 7 (Renoir)" },
{ 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)" },
{ 15, -1, -1, 23, 104, -1, -1, -1, NC, RYZEN_|_7 , 0, "Ryzen 7 (Lucienne)" },
{ 15, -1, -1, 23, 104, -1, -1, -1, NC, RYZEN_|_5 , 0, "Ryzen 5 (Lucienne)" },
{ 15, -1, -1, 23, 104, -1, -1, -1, NC, RYZEN_|_3 , 0, "Ryzen 3 (Lucienne)" },
/* 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)" },