Do not define USE_TRMM for 32bit POWER8

This commit is contained in:
Martin Kroeker 2020-07-14 18:10:12 +02:00 committed by GitHub
parent bd2498c886
commit b144423f0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -44,8 +44,10 @@ USE_TRMM = 1
endif
ifeq ($(CORE), POWER8)
ifeq ($(BINARY64),1)
USE_TRMM = 1
endif
endif
ifeq ($(CORE), POWER9)
USE_TRMM = 1