Skip to content

Commit 64c6c79

Browse files
authored
Assume no underline suffixes on symbols when compiling with Intel ifx on Windows
1 parent 5c9417d commit 64c6c79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

utest/openblas_utest.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3636

3737
#include <stdlib.h>
3838
#include "ctest.h"
39-
39+
#if defined(_MSC_VER) && defined(__INTEL_CLANG_COMPILER)
40+
//#define LAPACK_COMPLEX_STRUCTURE
41+
#define NOCHANGE
42+
#endif
4043
#include <common.h>
4144
#include <math.h>
4245

0 commit comments

Comments
 (0)