Merge pull request #1333 from martin-frbg/haswell32

Fix 32bit HASWELL builds
This commit is contained in:
Martin Kroeker 2017-10-24 11:25:03 +02:00 committed by GitHub
commit 627133f9ad
1 changed files with 2 additions and 0 deletions

View File

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