diff options
author | wernsaar <wernsaar@googlemail.com> | 2014-06-08 11:54:24 +0200 |
---|---|---|
committer | wernsaar <wernsaar@googlemail.com> | 2014-06-08 11:54:24 +0200 |
commit | faf3ac0aad8b31cdc017b809bee30e21f5ee7f4a (patch) | |
tree | 59b1e480145a352b32c9e7a98748160ce0ae5f46 /common_c.h | |
parent | a40116de256c281b4766196b062d367a6ac50727 (diff) | |
download | openblas-faf3ac0aad8b31cdc017b809bee30e21f5ee7f4a.tar.gz openblas-faf3ac0aad8b31cdc017b809bee30e21f5ee7f4a.tar.bz2 openblas-faf3ac0aad8b31cdc017b809bee30e21f5ee7f4a.zip |
Ref #285: added axpby kernels
Diffstat (limited to 'common_c.h')
-rw-r--r-- | common_c.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common_c.h b/common_c.h index f78f17213..c0ad335e0 100644 --- a/common_c.h +++ b/common_c.h @@ -209,6 +209,8 @@ #define CNEG_TCOPY cneg_tcopy #define CLASWP_NCOPY claswp_ncopy +#define CAXPBY_K caxpby_k + #else #define CAMAX_K gotoblas -> camax_k @@ -380,6 +382,7 @@ #define CNEG_TCOPY gotoblas -> cneg_tcopy #define CLASWP_NCOPY gotoblas -> claswp_ncopy +#define CAXPBY_K gotoblas -> caxpby_k #endif #define CGEMM_NN cgemm_nn |