summaryrefslogtreecommitdiff
path: root/Makefile.arm64
diff options
context:
space:
mode:
authormaomao194313 <wangmaozhang@huawei.com>2019-03-04 16:41:21 +0800
committerGitHub <noreply@github.com>2019-03-04 16:41:21 +0800
commit53f482ee72e56b31ace7860199c8fb3027af5303 (patch)
tree5fcbf8364fd7574b2210ddcd471bdd5dff777b2b /Makefile.arm64
parent783ba8058fbc6d5f0a56d27bc368b659448b1fb1 (diff)
downloadopenblas-53f482ee72e56b31ace7860199c8fb3027af5303.tar.gz
openblas-53f482ee72e56b31ace7860199c8fb3027af5303.tar.bz2
openblas-53f482ee72e56b31ace7860199c8fb3027af5303.zip
add TARGET support for HiSilicon tsv110 CPUs
Diffstat (limited to 'Makefile.arm64')
-rw-r--r--Makefile.arm645
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.arm64 b/Makefile.arm64
index cd16dbfae..4d10ff684 100644
--- a/Makefile.arm64
+++ b/Makefile.arm64
@@ -38,3 +38,8 @@ ifeq ($(CORE), THUNDERX2T99)
CCOMMON_OPT += -march=armv8.1-a -mtune=thunderx2t99
FCOMMON_OPT += -march=armv8.1-a -mtune=thunderx2t99
endif
+
+ifeq ($(CORE), TSV110)
+CCOMMON_OPT += -march=armv8.2-a -mtune=tsv110
+FCOMMON_OPT += -march=armv8.2-a -mtune=tsv110
+endif