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
Move LoongArch make rules to Makefile.loongarch64
pull/3626/head
WANG Xuerui
4 years ago
parent
d0ba257de0
commit
5af7b8638b
No known key found for this signature in database
GPG Key ID:
83EF2D9C2A5D6927
2 changed files
with
3 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
Makefile.loongarch64
+0
-5
Makefile.system
+ 3
- 2
Makefile.loongarch64
View File
@@ -1,3 +1,4 @@
ifdef BINARY64
else
ifeq ($(CORE), LOONGSON3R5)
CCOMMON_OPT += -march=loongarch64 -mabi=lp64
FCOMMON_OPT += -march=loongarch64 -mabi=lp64
endif
+ 0
- 5
Makefile.system
View File
@@ -895,11 +895,6 @@ ifeq ($(OSNAME), AIX)
BINARY_DEFINED = 1
endif
ifeq ($(ARCH), loongarch64)
CCOMMON_OPT += -march=loongarch64 -mabi=lp64
FCOMMON_OPT += -march=loongarch64 -mabi=lp64
endif
endif
ifndef BINARY_DEFINED
Write
Preview
Loading…
Cancel
Save