mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
DB: add Xeon E3 1275
Score for entry 'Bloomfield (Xeon)' is 10 with this CPU So it does not match with entry 'Sandy Bridge (Xeon)' (also score 10) Adding this new entry increase score to 12, and fixing this issue Close X0rg/CPU-X#182
This commit is contained in:
parent
2538e519df
commit
4382796761
3 changed files with 107 additions and 0 deletions
|
@ -274,6 +274,7 @@ const struct match_entry_t cpudb_intel[] = {
|
|||
/* Sandy Bridge CPUs (2nd gen, 32nm): */
|
||||
{ 6, 10, -1, -1, 42, -1, -1, -1, NC, 0 , 0, "Unknown Sandy Bridge" },
|
||||
{ 6, 10, -1, -1, 42, -1, -1, -1, NC, XEON_ , 0, "Sandy Bridge (Xeon)" },
|
||||
{ 6, 10, -1, -1, 42, 4, -1, -1, NC, XEON_ , 0, "Sandy Bridge (Xeon)" },
|
||||
{ 6, 10, -1, -1, 42, -1, -1, -1, NC, CORE_|_I_|_7 , 0, "Sandy Bridge (Core i7)" },
|
||||
{ 6, 10, -1, -1, 42, 4, -1, -1, NC, CORE_|_I_|_7 , 0, "Sandy Bridge (Core i7)" },
|
||||
{ 6, 10, -1, -1, 42, 4, -1, -1, NC, CORE_|_I_|_5 , 0, "Sandy Bridge (Core i5)" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue