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.
2 parents 867eee6 + 280b6d5 commit 5d9d382Copy full SHA for 5d9d382
cpuid_x86.c
@@ -1547,6 +1547,8 @@ int get_cpuname(void){
1547
case 11: //family 6 exmodel 11
1548
switch (model) {
1549
case 7: // Raptor Lake
1550
+ case 10:
1551
+ case 15:
1552
if(support_avx2())
1553
return CPUTYPE_HASWELL;
1554
if(support_avx())
@@ -2348,6 +2350,8 @@ int get_coretype(void){
2348
2350
case 11:
2349
2351
2352
2353
2354
2355
#ifndef NO_AVX2
2356
2357
return CORE_HASWELL;
0 commit comments