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 69edc5b commit b1393c7Copy full SHA for b1393c7
cpuid_x86.c
@@ -1359,6 +1359,8 @@ int get_cpuname(void){
1359
return CPUTYPE_NEHALEM;
1360
case 12:
1361
// Apollo Lake
1362
+ case 15:
1363
+ // Denverton
1364
1365
}
1366
break;
@@ -1376,9 +1378,9 @@ int get_cpuname(void){
1376
1378
1377
1379
1380
case 9:
- case 8:
1381
+ case 8:
1382
switch (model) {
- case 14: // Kaby Lake
1383
+ case 14: // Kaby Lake and refreshes
1384
if(support_avx2())
1385
return CPUTYPE_HASWELL;
1386
if(support_avx())
0 commit comments