Skip to content

Commit

Permalink
Merge pull request #1333 from martin-frbg/haswell32
Browse files Browse the repository at this point in the history
Fix 32bit HASWELL builds
  • Loading branch information
martin-frbg authored Oct 24, 2017
2 parents b7cee00 + 0e2cf10 commit 627133f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/Makefile.L3
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 627133f

Please sign in to comment.