diff options
author | Zoltán Mizsei <zmizsei@extrowerk.com> | 2018-08-02 20:49:14 +0200 |
---|---|---|
committer | Zoltán Mizsei <zmizsei@extrowerk.com> | 2018-08-02 20:49:14 +0200 |
commit | 6463bffd593d0b5346482dd3a35b7558fc056868 (patch) | |
tree | 039b91e0b96a148866db451e08d2090cb4a0d1fc /ctest.c | |
parent | 8ef7d4fb5406de76bee138d78b9cb9fcf07eddb2 (diff) | |
download | openblas-6463bffd593d0b5346482dd3a35b7558fc056868.tar.gz openblas-6463bffd593d0b5346482dd3a35b7558fc056868.tar.bz2 openblas-6463bffd593d0b5346482dd3a35b7558fc056868.zip |
Haiku supporting patches
Diffstat (limited to 'ctest.c')
-rw-r--r-- | ctest.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -101,6 +101,10 @@ OS_INTERIX OS_LINUX #endif +#if defined(__HAIKU__) +OS_HAIKU +#endif + #if defined(__i386) || defined(_X86) ARCH_X86 #endif |