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

@@ -309,6 +309,10 @@ CCOMMON_OPT += -DQUAD_PRECISION
NO_EXPRECISION = 1
endif
ifdef INTEGER_PRECISION
CCOMMON_OPT += -DINTEGER_PRECISION
endif
ifneq ($(ARCH), x86)
ifneq ($(ARCH), x86_64)
NO_EXPRECISION = 1