Fix coretype detection for Bay Trail Atom
My earlier PR #982 appears to have been incomplete in this regard - fixes #1285
This commit is contained in:
parent
1e9247c276
commit
aece65ea29
|
@ -1777,6 +1777,8 @@ int get_coretype(void){
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
switch (model) {
|
switch (model) {
|
||||||
|
case 7:
|
||||||
|
return CORE_ATOM;
|
||||||
case 10:
|
case 10:
|
||||||
case 14:
|
case 14:
|
||||||
if(support_avx())
|
if(support_avx())
|
||||||
|
|
Loading…
Reference in New Issue