This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
Merge pull request
#868
from sva-img/develop
build fix for MIPS 32 bit
tags/v0.2.19^2
Zhang Xianyi
10 years ago
parent
7e549d5f37
573d9218f2
commit
81794ccb9a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
f_check
+ 1
- 1
f_check
View File
@@ -223,7 +223,7 @@ if (!$?) {
}
#For gfortran MIPS
if ($?) {
$link = `$compiler $openmp -mabi=
n
32 -v ftest2.f 2>&1 && rm -f a.out a.exe`;
$link = `$compiler $openmp -mabi=32 -v ftest2.f 2>&1 && rm -f a.out a.exe`;
}
$binary = "" if ($?);
}
Write
Preview
Loading…
Cancel
Save