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
#958
from intelfx/remove-stabs
common_arm.h, common_mips.h: get rid of .func directives
tags/v0.2.20^2
Zhang Xianyi
GitHub
9 years ago
parent
842d842751
6c0862a94f
commit
b09cc3b9bb
2 changed files
with
0 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
common_arm.h
+0
-1
common_mips.h
+ 0
- 1
common_arm.h
View File
@@ -105,7 +105,6 @@ static inline int blas_quickdivide(blasint x, blasint y){
#define PROLOGUE \
#define PROLOGUE \
.arm ;\
.arm ;\
.global REALNAME ;\
.global REALNAME ;\
.func REALNAME ;\
REALNAME:
REALNAME:
#define EPILOGUE
#define EPILOGUE
+ 0
- 1
common_mips.h
View File
@@ -80,7 +80,6 @@ static inline int blas_quickdivide(blasint x, blasint y){
#define PROLOGUE \
#define PROLOGUE \
.arm ;\
.arm ;\
.global REALNAME ;\
.global REALNAME ;\
.func REALNAME ;\
REALNAME:
REALNAME:
#define EPILOGUE
#define EPILOGUE
Write
Preview
Loading…
Cancel
Save