mirror of
https://github.com/anrieff/libcpuid
synced 2025-06-07 00:51:40 +00:00
DB: add Intel Raptor Lake-H Re-refresh
https://en.wikipedia.org/wiki/Raptor_Lake#Raptor_Lake-H_Re-refresh
This commit is contained in:
parent
66c04dc3d5
commit
c5b95b5f81
1 changed files with 3 additions and 0 deletions
|
@ -548,6 +548,9 @@ const struct match_entry_t cpudb_intel[] = {
|
|||
/* Raptor Lake Re-refresh CPUs (2025, Core Series 2 processors Intel 7) => https://en.wikipedia.org/wiki/Raptor_Lake#List_of_Core_Series_2_processors */
|
||||
{ 6, 7, -1, -1, 183, -1, -1, -1, NC, CORE_|_7|_U , _2xx, "Raptor Lake-U (Core 7)" }, /* Core 7 250U */
|
||||
{ 6, 7, -1, -1, 183, -1, -1, -1, NC, CORE_|_5|_U , _2xx, "Raptor Lake-U (Core 5)" }, /* Core 5 220U */
|
||||
{ 6, 7, -1, -1, 183, -1, -1, -1, NC, CORE_|_9|_H , _2xx, "Raptor Lake-H (Core 9)" }, /* Core 9 270H */
|
||||
{ 6, 7, -1, -1, 183, -1, -1, -1, NC, CORE_|_7|_H , _2xx, "Raptor Lake-H (Core 7)" }, /* Core 7 240H + Core 7 250H */
|
||||
{ 6, 7, -1, -1, 183, -1, -1, -1, NC, CORE_|_5|_H , _2xx, "Raptor Lake-H (Core 5)" }, /* Core 5 210H + Core 5 220H */
|
||||
|
||||
/* 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)" },
|
||||
|
|
Loading…
Add table
Reference in a new issue