Fix 32bit HASWELL

This commit is contained in:
Martin Kroeker 2017-10-24 10:07:44 +02:00 committed by GitHub
parent c460027dbe
commit 0e2cf102e1
1 changed files with 2 additions and 0 deletions

View File

@ -29,8 +29,10 @@ USE_TRMM = 1
endif endif
ifeq ($(CORE), HASWELL) ifeq ($(CORE), HASWELL)
ifeq ($(ARCH), x86_64)
USE_TRMM = 1 USE_TRMM = 1
endif endif
endif
ifeq ($(CORE), ZEN) ifeq ($(CORE), ZEN)
USE_TRMM = 1 USE_TRMM = 1