Merge pull request #1286 from martin-frbg/baytrail
Fix coretype detection for Bay Trail Atom
This commit is contained in:
commit
f2074f9ac1
|
@ -1777,6 +1777,8 @@ int get_coretype(void){
|
|||
break;
|
||||
case 3:
|
||||
switch (model) {
|
||||
case 7:
|
||||
return CORE_ATOM;
|
||||
case 10:
|
||||
case 14:
|
||||
if(support_avx())
|
||||
|
|
Loading…
Reference in New Issue