Browse Source
Merge pull request #1534 from xianyi/revert-1333-haswell32
Revert "Fix 32bit HASWELL builds"
tags/v0.3.0^2
Martin Kroeker
GitHub
8 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
kernel/Makefile.L3
|
|
@@ -29,10 +29,8 @@ USE_TRMM = 1 |
|
|
endif |
|
|
endif |
|
|
|
|
|
|
|
|
ifeq ($(CORE), HASWELL) |
|
|
ifeq ($(CORE), HASWELL) |
|
|
ifeq ($(ARCH), x86_64) |
|
|
|
|
|
USE_TRMM = 1 |
|
|
USE_TRMM = 1 |
|
|
endif |
|
|
endif |
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
ifeq ($(CORE), ZEN) |
|
|
ifeq ($(CORE), ZEN) |
|
|
USE_TRMM = 1 |
|
|
USE_TRMM = 1 |
|
|
|