Merge pull request #4183 from martin-frbg/issue4181

Apply USE_TRMM to MIPS64_GENERIC as to GENERIC in gmake builds
This commit is contained in:
Martin Kroeker
2023-08-06 18:59:50 +02:00
committed by GitHub

View File

@@ -35,6 +35,12 @@ USE_TRMM = 1
endif
endif
ifneq ($(DYNAMIC_ARCH), 1)
ifeq ($(TARGET), MIPS64_GENERIC)
USE_TRMM = 1
endif
endif
ifeq ($(CORE), HASWELL)
USE_TRMM = 1
endif