Skip to content

Commit 5d81e51

Browse files
authored
Assume no underline suffixes on symbols when compiling with ifx on Windows
1 parent d78fbe4 commit 5d81e51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ctest/cblas_test.h

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
#define int long
1111
#endif
1212

13+
#if defined(_MSC_VER) && defined(__INTEL_CLANG_COMPILER)
14+
//#define LAPACK_COMPLEX_STRUCTURE
15+
#define NOCHANGE
16+
#endif
1317
/* e.g. mingw64/x86_64-w64-mingw32/include/winerror.h */
1418
#ifdef FAILED
1519
#undef FAILED

0 commit comments

Comments
 (0)