Skip to content

Commit

Permalink
Assume no underline suffixes on symbols when compiling with ifx on Wi…
Browse files Browse the repository at this point in the history
…ndows
  • Loading branch information
martin-frbg authored Dec 23, 2024
1 parent d78fbe4 commit 5d81e51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ctest/cblas_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d81e51

Please sign in to comment.