This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
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 for issue
#1024
: arm-linux-androideabi-g++ Compiler Error in /cpuid_arm.c
Line 77: Compiler requires non-void function to return a value
tags/v0.2.20^2
Michael Foster
9 years ago
parent
433edc74ab
commit
19934bea8c
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cpuid_arm.c
+ 1
- 1
cpuid_arm.c
View File
@@ -74,7 +74,7 @@ int get_feature(char *search)
fclose(infile);
fclose(infile);
if( p == NULL ) return;
if( p == NULL ) return
0
;
t = strtok(p," ");
t = strtok(p," ");
while( t = strtok(NULL," "))
while( t = strtok(NULL," "))
Write
Preview
Loading…
Cancel
Save