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
commit
b09cc3b9bb
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      common_arm.h
  2. +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


Loading…
Cancel
Save