Provide iaxpy and cblas_iaxpy for integer vectors. make INTEGER_PRECISION=1

This commit is contained in:
Zhang Xianyi
2015-07-01 03:11:27 +08:00
parent 3f1b57668e
commit 034ffa93fa
14 changed files with 150 additions and 4 deletions

View File

@@ -65,6 +65,7 @@ extern int blas_omp_linked;
#define BLAS_XDOUBLE 0x0002U
#define BLAS_REAL 0x0000U
#define BLAS_COMPLEX 0x0004U
#define BLAS_INTEGER 0x0008U
#define BLAS_TRANSA 0x0030U /* 2bit */
#define BLAS_TRANSA_N 0x0000U