Merge pull request #1534 from xianyi/revert-1333-haswell32
Revert "Fix 32bit HASWELL builds"
This commit is contained in:
commit
78694f1b7e
|
@ -29,10 +29,8 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue