Merge pull request #1333 from martin-frbg/haswell32
Fix 32bit HASWELL builds
This commit is contained in:
commit
627133f9ad
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue