mirror of
https://github.com/anrieff/libcpuid
synced 2025-02-12 20:24:05 +00:00
DB: add Intel Raptor Lake-P
Related to InstLatx64/InstLatx64@d4a4849a90 Wikipedia page: https://en.wikipedia.org/wiki/Raptor_Lake#Raptor_Lake-P
This commit is contained in:
parent
3071037db4
commit
ba80796d3c
2 changed files with 1436 additions and 4 deletions
|
@ -461,10 +461,8 @@ const struct match_entry_t cpudb_intel[] = {
|
|||
{ 6, 7, -1, -1, 183, -1, -1, -1, NC, CORE_|_I_|_3 ,_13xxx, "Raptor Lake-S (Core i3)" },
|
||||
{ 6, 15, -1, -1, 191, -1, -1, -1, NC, CORE_|_I_|_5 ,_13xxx, "Raptor Lake-S (Core i5)" }, // "Golden Cove" cores
|
||||
{ 6, 15, -1, -1, 191, -1, -1, -1, NC, CORE_|_I_|_3 ,_13xxx, "Raptor Lake-S (Core i3)" }, // "Golden Cove" cores
|
||||
//{ 6, ??, -1, -1, ???, -1, -1, -1, NC, CORE_|_I_|_9 ,_13xxx, "Raptor Lake-P (Core i9)" },
|
||||
//{ 6, ??, -1, -1, ???, -1, -1, -1, NC, CORE_|_I_|_7 ,_13xxx, "Raptor Lake-P (Core i7)" },
|
||||
//{ 6, ??, -1, -1, ???, -1, -1, -1, NC, CORE_|_I_|_5 ,_13xxx, "Raptor Lake-P (Core i5)" },
|
||||
//{ 6, ??, -1, -1, ???, -1, -1, -1, NC, CORE_|_I_|_3 ,_13xxx, "Raptor Lake-P (Core i3)" },
|
||||
{ 6, 10, 2, -1, 186, -1, -1, -1, NC, CORE_|_I_|_7 ,_13xxx, "Raptor Lake-P (Core i7)" },
|
||||
{ 6, 10, 2, -1, 186, -1, -1, -1, NC, CORE_|_I_|_5 ,_13xxx, "Raptor Lake-P (Core i5)" },
|
||||
/* F M S EF EM C L2 L3 Brand */
|
||||
|
||||
|
||||
|
|
1434
tests/intel/core_13th_gen/raptor-lake-p-i7.test
Normal file
1434
tests/intel/core_13th_gen/raptor-lake-p-i7.test
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue