Browse Source

Assume no underline suffixes on symbols when compiling with Intel ifx on Windows

tags/v0.3.29
Martin Kroeker GitHub 9 months ago
parent
commit
64c6c79201
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      utest/openblas_utest.h

+ 4
- 1
utest/openblas_utest.h View File

@@ -36,7 +36,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#include <stdlib.h>
#include "ctest.h"

#if defined(_MSC_VER) && defined(__INTEL_CLANG_COMPILER)
//#define LAPACK_COMPLEX_STRUCTURE
#define NOCHANGE
#endif
#include <common.h>
#include <math.h>



Loading…
Cancel
Save