Browse Source

Merge pull request #1534 from xianyi/revert-1333-haswell32

Revert "Fix 32bit HASWELL builds"
tags/v0.3.0^2
Martin Kroeker GitHub 7 years ago
parent
commit
78694f1b7e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      kernel/Makefile.L3

+ 0
- 2
kernel/Makefile.L3 View File

@@ -29,10 +29,8 @@ 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