Skip to content

Commit 2062280

Browse files
committed
Power: Enable SMALL_MATRIX OPT as default for dynamic arch
1 parent cac634f commit 2062280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.system

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ endif
261261
#For small matrix optimization
262262
ifeq ($(ARCH), x86_64)
263263
SMALL_MATRIX_OPT = 1
264-
else ifeq ($(CORE), POWER10)
264+
else ifeq ($(ARCH), power)
265265
SMALL_MATRIX_OPT = 1
266266
endif
267267
ifeq ($(SMALL_MATRIX_OPT), 1)

0 commit comments

Comments
 (0)