Skip to content

Commit 82012b9

Browse files
authored
Revert " Switch mips32 target to USE_TRMM to fix complex TRMM"
... as it was just a silly workaround for the issue seen in #1563, caused by #1419
1 parent 6791294 commit 82012b9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

kernel/Makefile.L3

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ ifeq ($(ARCH), arm64)
2020
USE_TRMM = 1
2121
endif
2222

23-
ifeq ($(ARCH), mips)
24-
USE_TRMM = 1
25-
endif
26-
2723
ifeq ($(TARGET), LOONGSON3B)
2824
USE_TRMM = 1
2925
endif

0 commit comments

Comments
 (0)