mirror of https://github.com/xianyi/OpenBLAS.git
Copy PROLOGUE to PROLOGUE_EXPORT
This commit is contained in:
parent
876310b12c
commit
e231f4bb89
|
|
@ -145,6 +145,16 @@ static __inline int blas_quickdivide(unsigned int x, unsigned int y){
|
|||
.ent REALNAME; \
|
||||
REALNAME:
|
||||
|
||||
#define PROLOGUE_EXPORT \
|
||||
.arch ev6; \
|
||||
.set noat; \
|
||||
.set noreorder; \
|
||||
.text; \
|
||||
.align 5; \
|
||||
.globl REALNAME; \
|
||||
.ent REALNAME; \
|
||||
REALNAME:
|
||||
|
||||
#ifdef PROFILE
|
||||
#define PROFCODE \
|
||||
ldgp $gp, 0($27); \
|
||||
|
|
|
|||
Loading…
Reference in New Issue