diff options
author | Martin Kroeker <martin@ruby.chemie.uni-freiburg.de> | 2019-03-30 21:58:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-30 21:58:03 +0100 |
commit | 5c42287c4fa88e295a5c0bc9b58e3915148408be (patch) | |
tree | 88f3a18830563ddf15059fd12cfe25c1e347b33a /common_macro.h | |
parent | 32c7063cb0b204c9126bb1388c2b504f2fc63470 (diff) | |
download | openblas-5c42287c4fa88e295a5c0bc9b58e3915148408be.tar.gz openblas-5c42287c4fa88e295a5c0bc9b58e3915148408be.tar.bz2 openblas-5c42287c4fa88e295a5c0bc9b58e3915148408be.zip |
Add declarations for ?sum and cblas_?sum
Diffstat (limited to 'common_macro.h')
-rw-r--r-- | common_macro.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common_macro.h b/common_macro.h index 15ba6f9db..d2503aa65 100644 --- a/common_macro.h +++ b/common_macro.h @@ -66,6 +66,7 @@ #define DOTC_K QDOTC_K #define NRM2_K QNRM2_K #define SCAL_K QSCAL_K +#define SUM_K QSUM_K #define SWAP_K QSWAP_K #define ROT_K QROT_K @@ -356,6 +357,7 @@ #define DOTC_K DDOTC_K #define NRM2_K DNRM2_K #define SCAL_K DSCAL_K +#define SUM_K DSUM_K #define SWAP_K DSWAP_K #define ROT_K DROT_K @@ -658,6 +660,7 @@ #define DOTC_K SDOTC_K #define NRM2_K SNRM2_K #define SCAL_K SSCAL_K +#define SUM_K SSUM_K #define SWAP_K SSWAP_K #define ROT_K SROT_K @@ -962,6 +965,7 @@ #define DOTC_K XDOTC_K #define NRM2_K XNRM2_K #define SCAL_K XSCAL_K +#define SUM_K XSUM_K #define SWAP_K XSWAP_K #define ROT_K XROT_K @@ -1363,6 +1367,7 @@ #define DOTC_K ZDOTC_K #define NRM2_K ZNRM2_K #define SCAL_K ZSCAL_K +#define SUM_K ZSUM_K #define SWAP_K ZSWAP_K #define ROT_K ZROT_K @@ -1785,6 +1790,7 @@ #define DOTC_K CDOTC_K #define NRM2_K CNRM2_K #define SCAL_K CSCAL_K +#define SUM_K CSUM_K #define SWAP_K CSWAP_K #define ROT_K CROT_K |