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 b61e64d commit 8da6acaCopy full SHA for 8da6aca
cpuid_x86.c
@@ -1551,6 +1551,7 @@ int get_cpuname(void){
1551
case 7: // Raptor Lake
1552
case 10:
1553
case 15:
1554
+ case 14: // Alder Lake N
1555
if(support_avx2())
1556
return CPUTYPE_HASWELL;
1557
if(support_avx())
@@ -2360,6 +2361,7 @@ int get_coretype(void){
2360
2361
2362
2363
2364
2365
#ifndef NO_AVX2
2366
2367
return CORE_HASWELL;
0 commit comments