From 64c6c7920175b6b1603a3a876b86c83e4a4a3cdf Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 23 Dec 2024 19:09:34 +0100 Subject: [PATCH] Assume no underline suffixes on symbols when compiling with Intel ifx on Windows --- utest/openblas_utest.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utest/openblas_utest.h b/utest/openblas_utest.h index abe381a92..1851c60c5 100644 --- a/utest/openblas_utest.h +++ b/utest/openblas_utest.h @@ -36,7 +36,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include "ctest.h" - +#if defined(_MSC_VER) && defined(__INTEL_CLANG_COMPILER) +//#define LAPACK_COMPLEX_STRUCTURE +#define NOCHANGE +#endif #include #include