This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Fix coretype detection for Bay Trail Atom
My earlier PR
#982
appears to have been incomplete in this regard -
fixes
#1285
tags/v0.3.0
Martin Kroeker
GitHub
8 years ago
parent
1e9247c276
commit
aece65ea29
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
cpuid_x86.c
+ 2
- 0
cpuid_x86.c
View File
@@ -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())
Write
Preview
Loading…
Cancel
Save