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

DB: add AMD Interlagos

This commit is contained in:
Xorg 2022-09-22 20:22:10 +02:00
commit 401a56e4cb
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
2 changed files with 646 additions and 0 deletions

View file

@ -236,6 +236,7 @@ const struct match_entry_t cpudb_amd[] = {
{ 15, -1, -1, 21, 1, 4, -1, -1, NC, 0 , 0, "Zambezi X2" },
{ 15, -1, -1, 21, 1, 6, -1, -1, NC, 0 , 0, "Zambezi X3" },
{ 15, -1, -1, 21, 1, 8, -1, -1, NC, 0 , 0, "Zambezi X4" },
{ 15, -1, -1, 21, 1, -1, -1, -1, NC, OPTERON_ , 0, "Interlagos" },
/* 2nd-gen, Piledriver core (2012): */
{ 15, -1, -1, 21, 2, 4, -1, -1, NC, 0 , 0, "Vishera X2" },
{ 15, -1, -1, 21, 2, 6, -1, -1, NC, 0 , 0, "Vishera X3" },