Skip to content

Commit 848e9e6

Browse files
authored
Add ID data for Intel Lunar Lake ("Core Ultra 200V series")
1 parent 81b30d4 commit 848e9e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cpuid_x86.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,6 +1567,7 @@ int get_cpuname(void){
15671567
case 10:
15681568
case 15:
15691569
case 14: // Alder Lake N
1570+
case 13: // Lunar Lake
15701571
if(support_avx2())
15711572
return CPUTYPE_HASWELL;
15721573
if(support_avx())
@@ -2412,7 +2413,8 @@ int get_coretype(void){
24122413
case 7: // Raptor Lake
24132414
case 10:
24142415
case 15:
2415-
case 14: // Alder Lake N
2416+
case 14: // Alder Lake N
2417+
case 13: // Lunar Lake
24162418
#ifndef NO_AVX2
24172419
if(support_avx2())
24182420
return CORE_HASWELL;

0 commit comments

Comments
 (0)