summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshwin Sekhar T K <ashwin.sekhar@caviumnetworks.com>2017-07-01 11:16:12 -0700
committerAshwin Sekhar T K <ashwin.sekhar@caviumnetworks.com>2017-07-01 11:17:10 -0700
commitebf9e9dabe0c4f8208e8dd5c8a6579fa0045450e (patch)
treef2402810a213d14fdaa86ec6f3609ed58aeb6da4
parent482015f8d6840da9617b422e758162cf7358c8b2 (diff)
downloadopenblas-ebf9e9dabe0c4f8208e8dd5c8a6579fa0045450e.tar.gz
openblas-ebf9e9dabe0c4f8208e8dd5c8a6579fa0045450e.tar.bz2
openblas-ebf9e9dabe0c4f8208e8dd5c8a6579fa0045450e.zip
arm64: Change mtune/mcpu options for THUNDERX2T99 target
-rw-r--r--Makefile.arm644
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.arm64 b/Makefile.arm64
index 7e9df2f4b..d19e796a5 100644
--- a/Makefile.arm64
+++ b/Makefile.arm64
@@ -20,6 +20,6 @@ FCOMMON_OPT += -mtune=thunderx -mcpu=thunderx
endif
ifeq ($(CORE), THUNDERX2T99)
-CCOMMON_OPT += -mtune=vulcan -mcpu=vulcan
-FCOMMON_OPT += -mtune=vulcan -mcpu=vulcan
+CCOMMON_OPT += -mtune=thunderx2t99 -mcpu=thunderx2t99
+FCOMMON_OPT += -mtune=thunderx2t99 -mcpu=thunderx2t99
endif