Fixed #217 openblas_config.h bug on Windows 64.
This commit is contained in:
parent
88ef307cef
commit
8e7cad1650
|
@ -1,5 +1,15 @@
|
||||||
/*This is only for "make install" target.*/
|
/*This is only for "make install" target.*/
|
||||||
|
|
||||||
|
#if defined(OS_WINNT) || defined(OS_CYGWIN_NT) || defined(OS_INTERIX)
|
||||||
|
#define WINDOWS_ABI
|
||||||
|
#define OS_WINDOWS
|
||||||
|
|
||||||
|
#ifdef DOUBLE
|
||||||
|
#define DOUBLE_DEFINED DOUBLE
|
||||||
|
#undef DOUBLE
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef NEEDBUNDERSCORE
|
#ifdef NEEDBUNDERSCORE
|
||||||
#define BLASFUNC(FUNC) FUNC##_
|
#define BLASFUNC(FUNC) FUNC##_
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue