1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-03 11:01:30 +00:00

Add support for detecting Xeon Ivy Bridge.

Based on report #7 from the sourceforge bugtrack page.
This commit is contained in:
Veselin Georgiev 2015-09-03 09:33:38 +03:00
commit 153a6a7c7d
2 changed files with 95 additions and 0 deletions

View file

@ -305,6 +305,8 @@ const struct match_entry_t cpudb_intel[] = {
{ 6, 10, -1, -1, 58, 4, -1, -1, CORE_IVY7 , 0, "Ivy Bridge (Core i7)" },
{ 6, 10, -1, -1, 58, 4, -1, -1, CORE_IVY5 , 0, "Ivy Bridge (Core i5)" },
{ 6, 10, -1, -1, 58, 2, -1, -1, CORE_IVY3 , 0, "Ivy Bridge (Core i3)" },
{ 6, 14, -1, -1, 62, -1, -1, -1, XEON , 0, "Xeon (Ivy Bridge)" },
{ 6, 12, -1, -1, 60, 4, -1, -1, CORE_HASWELL7 , 0, "Haswell (Core i7)" },
{ 6, 12, -1, -1, 60, 4, -1, -1, CORE_HASWELL5 , 0, "Haswell (Core i5)" },