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
Merge pull request
#886
from vriera/develop
Makefile.system: P5600 and I6400 cores need -mmsa
tags/v0.2.19^2
Zhang Xianyi
9 years ago
parent
232335fd49
e12cff87b8
commit
a8fcd89d6d
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
Makefile.system
+ 10
- 0
Makefile.system
View File
@@ -521,6 +521,16 @@ CCOMMON_OPT += -march=mips64
FCOMMON_OPT += -march=mips64
endif
ifeq ($(CORE), P5600)
CCOMMON_OPT += -mmsa
FCOMMON_OPT += -mmsa
endif
ifeq ($(CORE), I6400)
CCOMMON_OPT += -mmsa
FCOMMON_OPT += -mmsa
endif
ifeq ($(OSNAME), AIX)
BINARY_DEFINED = 1
endif
Write
Preview
Loading…
Cancel
Save