• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版60ac139c6d249e906f4d1a85b1686e7f367009d7 (tree)
时间2012-12-26 18:10:43
作者Katsuhiko Nishimra <ktns.87@gmai...>
CommiterKatsuhiko Nishimra

Log Message

Define MKL_ILP64 macro if using 64bit int version of MKL. #30331 #30377

git-svn-id: https://svn.sourceforge.jp/svnroot/molds/branches/automake@1215 1136aad2-a195-0410-b898-f5ea1d11b9d8

更改概述

差异

--- a/src/wrappers/Blas.cpp
+++ b/src/wrappers/Blas.cpp
@@ -27,6 +27,9 @@
2727 #include<boost/format.hpp>
2828 #include"config.h"
2929 #ifdef HAVE_MKL_H
30+#if SIZEOF_BLASINT == 64
31+#define MKL_ILP64
32+#endif
3033 #include"mkl.h"
3134 #elif HAVE_CBLAS_H
3235 #include"cblas.h"
--- a/src/wrappers/Lapack.cpp
+++ b/src/wrappers/Lapack.cpp
@@ -26,6 +26,9 @@
2626 #include<boost/format.hpp>
2727 #include"config.h"
2828 #if defined(HAVE_MKL_H)
29+#if SIZEOF_LAPACKINT == 64
30+#define MKL_ILP64
31+#endif
2932 #include"mkl.h"
3033 #elif defined(HAVE_LAPACKE_H)
3134 #if SIZEOF_LAPACKINT==64