Merge pull request #1534 from xianyi/revert-1333-haswell32

Revert "Fix 32bit HASWELL builds"
This commit is contained in:
Martin Kroeker 2018-04-22 23:34:17 +02:00 committed by GitHub
commit 78694f1b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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