Fix PROLOGUE for OSX/IOS
This commit is contained in:
parent
b6af6a5a5a
commit
12856eb8ef
|
@ -107,7 +107,9 @@ static inline int blas_quickdivide(blasint x, blasint y){
|
|||
.text ;
|
||||
.p2align 2 ;
|
||||
.global REALNAME ;
|
||||
#ifndef __APPLE__
|
||||
.type REALNAME, %function ;
|
||||
#endif
|
||||
REALNAME:
|
||||
.endm
|
||||
|
||||
|
|
Loading…
Reference in New Issue