Skip to content

Commit f2074f9

Browse files
authored
Merge pull request #1286 from martin-frbg/baytrail
Fix coretype detection for Bay Trail Atom
2 parents 50715e8 + aece65e commit f2074f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpuid_x86.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,6 +1777,8 @@ int get_coretype(void){
17771777
break;
17781778
case 3:
17791779
switch (model) {
1780+
case 7:
1781+
return CORE_ATOM;
17801782
case 10:
17811783
case 14:
17821784
if(support_avx())

0 commit comments

Comments
 (0)