summaryrefslogtreecommitdiff
path: root/common_zarch.h
diff options
context:
space:
mode:
authorAbdurrauf <quickwritereader@gmail.com>2017-01-04 19:32:33 +0400
committerAbdurrauf <quickwritereader@gmail.com>2017-01-04 19:32:33 +0400
commit64186678180c08db3f43524082790394a00c5008 (patch)
tree38dd1ab2ea97ad31c632faf366999566d9aec7dc /common_zarch.h
parentdd43661cfd5d3de6e9fe804587b89f1094c85e41 (diff)
downloadopenblas-64186678180c08db3f43524082790394a00c5008.tar.gz
openblas-64186678180c08db3f43524082790394a00c5008.tar.bz2
openblas-64186678180c08db3f43524082790394a00c5008.zip
dtrmm and dgemm for z13
Diffstat (limited to 'common_zarch.h')
-rw-r--r--common_zarch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common_zarch.h b/common_zarch.h
index 7c04cf42d..e105574e0 100644
--- a/common_zarch.h
+++ b/common_zarch.h
@@ -103,10 +103,11 @@ static inline int blas_quickdivide(blasint x, blasint y){
#define PROLOGUE \
.text ;\
- .align 4 ;\
+ .align 256 ;\
.global REALNAME ;\
.type REALNAME, %function ;\
REALNAME:
+
#define EPILOGUE