Skip to content

Commit aece65e

Browse files
authored
Fix coretype detection for Bay Trail Atom
My earlier PR #982 appears to have been incomplete in this regard - fixes #1285
1 parent 1e9247c commit aece65e

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)