Skip to content

Commit

Permalink
Fix 32bit HASWELL
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Oct 24, 2017
1 parent c460027 commit 0e2cf10
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 0e2cf10

Please sign in to comment.