• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revision586412a2b1c00e0b86924a72a5db9d369e9b4dce (tree)
Time2013-11-01 19:44:22
AuthorMikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Log Message

bug in wrappers/Lapack.cpp related to mkl is fixed. Indeed mkl can not be used on FX10. #32094

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

Change Summary

Incremental Difference

--- a/src/wrappers/Lapack.cpp
+++ b/src/wrappers/Lapack.cpp
@@ -35,9 +35,9 @@
3535
3636 #ifdef __INTEL_COMPILER
3737 #include"mkl.h"
38+ #include"mkl_lapacke.h"
3839 #elif defined __FCC_VERSION
3940 #include"lapacke.h"
40-#include"mkl_lapacke.h"
4141 #else
4242 #if ( __WORDSIZE == 32 )
4343 #else