Browse Source

Merge pull request #1333 from martin-frbg/haswell32

Fix 32bit HASWELL builds
tags/v0.3.0
Martin Kroeker GitHub 8 years ago
parent
commit
627133f9ad
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