mirror of
https://github.com/anrieff/libcpuid
synced 2025-01-23 20:06:41 +00:00
DB: add Ice Lake CPUs
This commit is contained in:
parent
b0f615527f
commit
edee5aba6f
1 changed files with 3 additions and 0 deletions
|
@ -377,6 +377,9 @@ const struct match_entry_t cpudb_intel[] = {
|
|||
{ 6, 5, -1, -1, 165, 4, -1, -1, NC, CORE_|_I_|_3 , 0, "Comet Lake (Core i3)" },
|
||||
{ 6, 5, -1, -1, 165, 2, -1, -1, NC, PENTIUM_ , 0, "Comet Lake (Pentium)" },
|
||||
{ 6, 5, -1, -1, 165, 2, -1, -1, NC, CELERON_ , 0, "Comet Lake (Celeron)" },
|
||||
{ 6, 14, -1, -1, 126, 4, -1, -1, NC, CORE_|_I_|_7 , 0, "Ice Lake (Core i7)" },
|
||||
{ 6, 14, -1, -1, 126, 4, -1, -1, NC, CORE_|_I_|_5 , 0, "Ice Lake (Core i5)" },
|
||||
{ 6, 14, -1, -1, 126, 2, -1, -1, NC, CORE_|_I_|_3 , 0, "Ice Lake (Core i3)" },
|
||||
/* F M S EF EM C L2 L3 Brand */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue