Révision | d845def9af3546ec4bd9158a57f43f9b2ea8df6b (tree) |
---|---|
l'heure | 2012-12-26 18:10:45 |
Auteur | Katsuhiko Nishimra <ktns.87@gmai...> |
Commiter | Katsuhiko Nishimra |
Set MKL_INT to int64_t if SIZEOF_BLAS/LAPACK == 64. #30331
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/branches/automake@1216 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -29,6 +29,7 @@ | ||
29 | 29 | #ifdef HAVE_MKL_H |
30 | 30 | #if SIZEOF_BLASINT == 64 |
31 | 31 | #define MKL_ILP64 |
32 | +#define MKL_INT int64_t | |
32 | 33 | #endif |
33 | 34 | #include"mkl.h" |
34 | 35 | #elif HAVE_CBLAS_H |
@@ -28,6 +28,7 @@ | ||
28 | 28 | #if defined(HAVE_MKL_H) |
29 | 29 | #if SIZEOF_LAPACKINT == 64 |
30 | 30 | #define MKL_ILP64 |
31 | +#define MKL_INT int64_t | |
31 | 32 | #endif |
32 | 33 | #include"mkl.h" |
33 | 34 | #elif defined(HAVE_LAPACKE_H) |