Skip to content

Commit 0e2cf10

Browse files
authored
Fix 32bit HASWELL
1 parent c460027 commit 0e2cf10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel/Makefile.L3

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

3131
ifeq ($(CORE), HASWELL)
32+
ifeq ($(ARCH), x86_64)
3233
USE_TRMM = 1
3334
endif
35+
endif
3436

3537
ifeq ($(CORE), ZEN)
3638
USE_TRMM = 1

0 commit comments

Comments
 (0)