Set USE_TRMM for all ZARCH variants to fix TRMM faults with zarch-generic

fixes #1743
This commit is contained in:
Martin Kroeker
2018-08-28 21:34:07 +02:00
committed by GitHub
parent 61659f8765
commit f3fd44a731

View File

@@ -44,7 +44,7 @@ ifeq ($(CORE), POWER8)
USE_TRMM = 1
endif
ifeq ($(CORE), Z13)
ifeq ($(ARCH), zarch)
USE_TRMM = 1
endif