Skip to content

Commit 627133f

Browse files
authored
Merge pull request #1333 from martin-frbg/haswell32
Fix 32bit HASWELL builds
2 parents b7cee00 + 0e2cf10 commit 627133f

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)