We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b30d4 commit 848e9e6Copy full SHA for 848e9e6
cpuid_x86.c
@@ -1567,6 +1567,7 @@ int get_cpuname(void){
1567
case 10:
1568
case 15:
1569
case 14: // Alder Lake N
1570
+ case 13: // Lunar Lake
1571
if(support_avx2())
1572
return CPUTYPE_HASWELL;
1573
if(support_avx())
@@ -2412,7 +2413,8 @@ int get_coretype(void){
2412
2413
case 7: // Raptor Lake
2414
2415
- case 14: // Alder Lake N
2416
+ case 14: // Alder Lake N
2417
2418
#ifndef NO_AVX2
2419
2420
return CORE_HASWELL;
0 commit comments