Skip to content

Commit

Permalink
Revert " Switch mips32 target to USE_TRMM to fix complex TRMM"
Browse files Browse the repository at this point in the history
... as it was just a silly workaround for the issue seen in #1563, caused by #1419
  • Loading branch information
martin-frbg authored May 17, 2018
1 parent 6791294 commit 82012b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kernel/Makefile.L3
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ ifeq ($(ARCH), arm64)
USE_TRMM = 1
endif

ifeq ($(ARCH), mips)
USE_TRMM = 1
endif

ifeq ($(TARGET), LOONGSON3B)
USE_TRMM = 1
endif
Expand Down

0 comments on commit 82012b9

Please sign in to comment.