Merge pull request #958 from intelfx/remove-stabs

common_arm.h, common_mips.h: get rid of .func directives
This commit is contained in:
Zhang Xianyi 2016-09-13 16:15:37 -04:00 committed by GitHub
commit b09cc3b9bb
2 changed files with 0 additions and 2 deletions

View File

@ -105,7 +105,6 @@ static inline int blas_quickdivide(blasint x, blasint y){
#define PROLOGUE \
.arm ;\
.global REALNAME ;\
.func REALNAME ;\
REALNAME:
#define EPILOGUE

View File

@ -80,7 +80,6 @@ static inline int blas_quickdivide(blasint x, blasint y){
#define PROLOGUE \
.arm ;\
.global REALNAME ;\
.func REALNAME ;\
REALNAME:
#define EPILOGUE