Apply USE_TRMM to MIPS64_GENERIC as to GENERIC
This commit is contained in:
parent
f8ee309402
commit
61d803547a
|
@ -35,6 +35,12 @@ USE_TRMM = 1
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq ($(DYNAMIC_ARCH), 1)
|
||||||
|
ifeq ($(TARGET), MIPS64_GENERIC)
|
||||||
|
USE_TRMM = 1
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(CORE), HASWELL)
|
ifeq ($(CORE), HASWELL)
|
||||||
USE_TRMM = 1
|
USE_TRMM = 1
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue