Skip to content

Commit f5959f2

Browse files
authored
Merge pull request #1567 from martin-frbg/mipstrmm
Revert " Switch mips32 target to USE_TRMM to fix complex TRMM"
2 parents 8dd3515 + 82012b9 commit f5959f2

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)