Switch mips32 target to USE_TRMM to fix complex TRMM

This commit is contained in:
Martin Kroeker 2018-05-02 20:25:32 +02:00 committed by GitHub
parent 9d5098dbc9
commit 018f2dad27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ ifeq ($(ARCH), arm64)
USE_TRMM = 1
endif
ifeq ($(ARCH), mips)
USE_TRMM = 1
endif
ifeq ($(TARGET), LOONGSON3B)
USE_TRMM = 1
endif