diff --git a/ctest/cblas_test.h b/ctest/cblas_test.h index 24ea677637..502a2fee20 100644 --- a/ctest/cblas_test.h +++ b/ctest/cblas_test.h @@ -10,6 +10,10 @@ #define int long #endif +#if defined(_MSC_VER) && defined(__INTEL_CLANG_COMPILER) +//#define LAPACK_COMPLEX_STRUCTURE +#define NOCHANGE +#endif /* e.g. mingw64/x86_64-w64-mingw32/include/winerror.h */ #ifdef FAILED #undef FAILED