diff options
author | Abdurrauf <quickwritereader@gmail.com> | 2017-01-04 19:32:33 +0400 |
---|---|---|
committer | Abdurrauf <quickwritereader@gmail.com> | 2017-01-04 19:32:33 +0400 |
commit | 64186678180c08db3f43524082790394a00c5008 (patch) | |
tree | 38dd1ab2ea97ad31c632faf366999566d9aec7dc /common_zarch.h | |
parent | dd43661cfd5d3de6e9fe804587b89f1094c85e41 (diff) | |
download | openblas-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.h | 3 |
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 |