Browse Source

Fix 32bit HASWELL

tags/v0.3.0
Martin Kroeker GitHub 8 years ago
parent
commit
0e2cf102e1
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      kernel/Makefile.L3

+ 2
- 0
kernel/Makefile.L3 View File

@@ -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


Loading…
Cancel
Save