summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorZhang Xianyi <traits.zhang@gmail.com>2016-04-15 18:02:24 -0400
committerZhang Xianyi <traits.zhang@gmail.com>2016-04-15 18:02:24 -0400
commitdd43661cfd5d3de6e9fe804587b89f1094c85e41 (patch)
tree364c49250e51fd42649ffe41cbeb26667a78066a /common.h
parent9253dadaa7c517090b56c8d01ab3fd751bfeddfd (diff)
downloadopenblas-dd43661cfd5d3de6e9fe804587b89f1094c85e41.tar.gz
openblas-dd43661cfd5d3de6e9fe804587b89f1094c85e41.tar.bz2
openblas-dd43661cfd5d3de6e9fe804587b89f1094c85e41.zip
Init IBM z system (s390x) porting.
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.h b/common.h
index e045e42b2..acea22b2e 100644
--- a/common.h
+++ b/common.h
@@ -409,6 +409,10 @@ please https://github.com/xianyi/OpenBLAS/issues/246
#include "common_arm64.h"
#endif
+#ifdef ARCH_ZARCH
+#include "common_zarch.h"
+#endif
+
#ifndef ASSEMBLER
#ifdef OS_WINDOWS
typedef char env_var_t[MAX_PATH];