add TARGET support for HiSilicon tsv110 CPUs

This commit is contained in:
maomao194313
2019-03-04 16:41:21 +08:00
committed by GitHub
parent 783ba8058f
commit 53f482ee72
+5
View File
@@ -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