Merge pull request #1745 from martin-frbg/issue1743

Set USE_TRMM for all ZARCH variants to fix TRMM faults with zarch-gen…
This commit is contained in:
Martin Kroeker
2018-08-29 07:43:58 +02:00
committed by GitHub
+1 -1
View File
@@ -44,7 +44,7 @@ ifeq ($(CORE), POWER8)
USE_TRMM = 1 USE_TRMM = 1
endif endif
ifeq ($(CORE), Z13) ifeq ($(ARCH), zarch)
USE_TRMM = 1 USE_TRMM = 1
endif endif