1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-13 11:10:39 +00:00
The Tumultuous Unicorn Of Darkness 2023-10-29 12:50:29 +01:00
commit bd22219133
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
3 changed files with 219 additions and 2 deletions

View file

@ -320,8 +320,9 @@ const struct match_entry_t cpudb_intel[] = {
{ 6, 15, -1, -1, 63, -1, -1, -1, NC, 0 , 0, "Haswell-E" },
/* Silvermont CPUs (2013, 22nm, low-power) */
{ 6, 7, -1, -1, 55, 4, -1, -1, NC, PENTIUM_ , 0, "Bay Trail-M (Pentium)" },
{ 6, 7, -1, -1, 55, 2, -1, -1, NC, CELERON_ , 0, "Bay Trail-M (Celeron)" },
{ 6, 7, -1, -1, 55, -1, -1, -1, NC, PENTIUM_ , 0, "Bay Trail-M (Pentium)" },
{ 6, 7, -1, -1, 55, -1, -1, -1, NC, CELERON_ , 0, "Bay Trail-M (Celeron)" },
{ 6, 7, -1, -1, 55, -1, -1, -1, NC, ATOM_ , 0, "Bay Trail-T (Atom)" },
/* Broadwell CPUs (5th gen, 14nm): */
{ 6, 7, -1, -1, 71, 4, -1, -1, NC, CORE_|_I_|_7 , 0, "Broadwell (Core i7)" },