Skip to content

Commit 46e331a

Browse files
authored
remove the unworkable GEMM3M restriction from GENERIC again
1 parent ccc2333 commit 46e331a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

kernel/Makefile.L3

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ ifeq ($(ARCH), ia64)
1717
USE_GEMM3M = 1
1818
endif
1919

20-
ifneq ($(DYNAMIC_ARCH), 1)
21-
ifeq ($(TARGET), GENERIC)
22-
USE_GEMM3M = 0
23-
endif
24-
else
25-
ifeq ($(CORE), GENERIC)
26-
USE_GEMM3M = 0
27-
endif
28-
endif
2920

3021
ifeq ($(ARCH), arm)
3122
USE_TRMM = 1

0 commit comments

Comments
 (0)