Skip to content

Commit 53f482e

Browse files
authored
add TARGET support for HiSilicon tsv110 CPUs
1 parent 783ba80 commit 53f482e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile.arm64

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@ ifeq ($(CORE), THUNDERX2T99)
3838
CCOMMON_OPT += -march=armv8.1-a -mtune=thunderx2t99
3939
FCOMMON_OPT += -march=armv8.1-a -mtune=thunderx2t99
4040
endif
41+
42+
ifeq ($(CORE), TSV110)
43+
CCOMMON_OPT += -march=armv8.2-a -mtune=tsv110
44+
FCOMMON_OPT += -march=armv8.2-a -mtune=tsv110
45+
endif

0 commit comments

Comments
 (0)