1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-06-07 00:51:40 +00:00

DB: add Intel Xeon E for Raptor Lake

https://en.wikipedia.org/wiki/Raptor_Lake#Server_processors
This commit is contained in:
The Tumultuous Unicorn Of Darkness 2025-04-21 19:05:25 +02:00
parent 8b8bd5dadd
commit 1ed31f6822
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A

View file

@ -541,6 +541,7 @@ const struct match_entry_t cpudb_intel[] = {
{ 6, 7, -1, -1, 183, -1, -1, -1, NC, CORE_|_I_|_9|_H|_X, _14xxx, "Raptor Lake-HX (Core i9)" },
{ 6, 7, -1, -1, 183, -1, -1, -1, NC, CORE_|_I_|_7|_H|_X, _14xxx, "Raptor Lake-HX (Core i7)" },
{ 6, 7, -1, -1, 183, -1, -1, -1, NC, CORE_|_I_|_5|_H|_X, _14xxx, "Raptor Lake-HX (Core i5)" },
{ 6, 7, -1, -1, 183, -1, -1, -1, NC, XEON_ , 0, "Raptor Lake (Xeon-E)" },
/* Sapphire Rapids CPUs (2023, 4th Xeon Scalable gen, Intel 7) => https://en.wikichip.org/wiki/intel/microarchitectures/sapphire_rapids */
{ 6, 15, -1, -1, 143, -1, -1, -1, NC, XEON_|_W_|_9 , _x4xx, "Sapphire Rapids-WS (Xeon w9)" },