mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
DB: remove AMD Warhol
It seems Warhol was the codename for 6000 series desktop CPUs, but Warhol was cancelled. I thought that Warhol was the codename for Ryzen 7 5800X3D, but according to [1], codename for this CPU is Vermeer [1] https://en.wikipedia.org/wiki/List_of_AMD_Ryzen_processors#Vermeer_and_Chagall_(5000_series_CPUs)
This commit is contained in:
parent
8ad16a7050
commit
23b6f5cf54
1 changed files with 0 additions and 4 deletions
|
@ -336,10 +336,6 @@ const struct match_entry_t cpudb_amd[] = {
|
||||||
{ 15, -1, -1, 25, 80, -1, -1, -1, NC, RYZEN_|_5 , 0, "Ryzen 5 (Cezanne)" },
|
{ 15, -1, -1, 25, 80, -1, -1, -1, NC, RYZEN_|_5 , 0, "Ryzen 5 (Cezanne)" },
|
||||||
{ 15, -1, -1, 25, 80, -1, -1, -1, NC, RYZEN_|_3 , 0, "Ryzen 3 (Cezanne)" },
|
{ 15, -1, -1, 25, 80, -1, -1, -1, NC, RYZEN_|_3 , 0, "Ryzen 3 (Cezanne)" },
|
||||||
/* Zen 3+ (2022) */
|
/* Zen 3+ (2022) */
|
||||||
{ 15, -1, 2, 25, 33, -1, -1, -1, NC, RYZEN_|_9 , 0, "Ryzen 9 (Warhol)" },
|
|
||||||
{ 15, -1, 2, 25, 33, -1, -1, -1, NC, RYZEN_|_7 , 0, "Ryzen 7 (Warhol)" },
|
|
||||||
{ 15, -1, 2, 25, 33, -1, -1, -1, NC, RYZEN_|_5 , 0, "Ryzen 5 (Warhol)" },
|
|
||||||
{ 15, -1, 2, 25, 33, -1, -1, -1, NC, RYZEN_|_3 , 0, "Ryzen 3 (Warhol)" },
|
|
||||||
{ 15, -1, -1, 25, 68, -1, -1, -1, NC, RYZEN_|_9 , 0, "Ryzen 9 (Rembrandt)" },
|
{ 15, -1, -1, 25, 68, -1, -1, -1, NC, RYZEN_|_9 , 0, "Ryzen 9 (Rembrandt)" },
|
||||||
{ 15, -1, -1, 25, 68, -1, -1, -1, NC, RYZEN_|_7 , 0, "Ryzen 7 (Rembrandt)" },
|
{ 15, -1, -1, 25, 68, -1, -1, -1, NC, RYZEN_|_7 , 0, "Ryzen 7 (Rembrandt)" },
|
||||||
{ 15, -1, -1, 25, 68, -1, -1, -1, NC, RYZEN_|_5 , 0, "Ryzen 5 (Rembrandt)" },
|
{ 15, -1, -1, 25, 68, -1, -1, -1, NC, RYZEN_|_5 , 0, "Ryzen 5 (Rembrandt)" },
|
||||||
|
|
Loading…
Reference in a new issue