summaryrefslogtreecommitdiff
path: root/common_c.h
diff options
context:
space:
mode:
authorwernsaar <wernsaar@googlemail.com>2014-06-08 11:54:24 +0200
committerwernsaar <wernsaar@googlemail.com>2014-06-08 11:54:24 +0200
commitfaf3ac0aad8b31cdc017b809bee30e21f5ee7f4a (patch)
tree59b1e480145a352b32c9e7a98748160ce0ae5f46 /common_c.h
parenta40116de256c281b4766196b062d367a6ac50727 (diff)
downloadopenblas-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.h3
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