Fix 32bit HASWELL
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 24 Oct 2017 08:07:44 +0000 (10:07 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Oct 2017 08:07:44 +0000 (10:07 +0200)
kernel/Makefile.L3

index 0664263..4284fbf 100644 (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