1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-06-07 00:51:40 +00:00

DB: add AMD Turin Dense

Related to InstLatx64/InstLatx64@6b10282fa6
This commit is contained in:
The Tumultuous Unicorn Of Darkness 2025-02-23 10:52:15 +01:00
parent e46e346a50
commit 44ba0e69a0
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
2 changed files with 1 additions and 0 deletions

View file

@ -384,6 +384,7 @@ const struct match_entry_t cpudb_amd[] = {
{ 15, -1, -1, 25, 117, -1, -1, -1, NC, RYZEN_|_3|_U , 0, "Ryzen 3 (Hawk Point)" }, { 15, -1, -1, 25, 117, -1, -1, -1, NC, RYZEN_|_3|_U , 0, "Ryzen 3 (Hawk Point)" },
/* Zen 5 (2024) => https://en.wikichip.org/wiki/amd/microarchitectures/zen_5 */ /* Zen 5 (2024) => https://en.wikichip.org/wiki/amd/microarchitectures/zen_5 */
{ 15, -1, -1, 26, 2, -1, -1, -1, NC, EPYC_ , 0, "EPYC (Turin)" }, { 15, -1, -1, 26, 2, -1, -1, -1, NC, EPYC_ , 0, "EPYC (Turin)" },
{ 15, -1, -1, 26, 17, -1, -1, -1, NC, EPYC_ , 0, "EPYC (Turin Dense)" },
/* => Granite Ridge (9000 series, Zen 5 based) */ /* => Granite Ridge (9000 series, Zen 5 based) */
{ 15, -1, -1, 26, 68, -1, -1, -1, NC, RYZEN_|_9 , 0, "Ryzen 9 (Granite Ridge)" }, { 15, -1, -1, 26, 68, -1, -1, -1, NC, RYZEN_|_9 , 0, "Ryzen 9 (Granite Ridge)" },
{ 15, -1, -1, 26, 68, -1, -1, -1, NC, RYZEN_|_7 , 0, "Ryzen 7 (Granite Ridge)" }, { 15, -1, -1, 26, 68, -1, -1, -1, NC, RYZEN_|_7 , 0, "Ryzen 7 (Granite Ridge)" },

Binary file not shown.