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
Move MIPS compiler options for MSA out of c_check
tags/v0.3.22^2
Martin Kroeker
GitHub
2 years ago
parent
5d6fde58e3
commit
3f378cb6d3
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Makefile.mips
+1
-0
Makefile.mips64
+ 1
- 0
Makefile.mips
View File
@@ -1,3 +1,4 @@
MSA_FLAGS = -mmsa -mfp64 -mload-store-pairs
ifdef BINARY64
ifdef BINARY64
else
else
endif
endif
+ 1
- 0
Makefile.mips64
View File
@@ -1,3 +1,4 @@
MSA_FLAGS = -mmsa -mfp64 -mload-store-pairs
ifdef BINARY64
ifdef BINARY64
else
else
endif
endif
Write
Preview
Loading…
Cancel
Save