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 ;
|
.text ;
|
||||||
.p2align 2 ;
|
.p2align 2 ;
|
||||||
.global REALNAME ;
|
.global REALNAME ;
|
||||||
|
#ifndef __APPLE__
|
||||||
.type REALNAME, %function ;
|
.type REALNAME, %function ;
|
||||||
|
#endif
|
||||||
REALNAME:
|
REALNAME:
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue