diff options
author | Zhang Xianyi <traits.zhang@gmail.com> | 2016-04-15 18:02:24 -0400 |
---|---|---|
committer | Zhang Xianyi <traits.zhang@gmail.com> | 2016-04-15 18:02:24 -0400 |
commit | dd43661cfd5d3de6e9fe804587b89f1094c85e41 (patch) | |
tree | 364c49250e51fd42649ffe41cbeb26667a78066a /common.h | |
parent | 9253dadaa7c517090b56c8d01ab3fd751bfeddfd (diff) | |
download | openblas-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.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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]; |