Skip to content

Commit 78694f1

Browse files
authored
Merge pull request #1534 from xianyi/revert-1333-haswell32
Revert "Fix 32bit HASWELL builds"
2 parents 86f49c5 + 9c55183 commit 78694f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kernel/Makefile.L3

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ USE_TRMM = 1
2929
endif
3030

3131
ifeq ($(CORE), HASWELL)
32-
ifeq ($(ARCH), x86_64)
3332
USE_TRMM = 1
3433
endif
35-
endif
3634

3735
ifeq ($(CORE), ZEN)
3836
USE_TRMM = 1

0 commit comments

Comments
 (0)