[mlpack-git] master: Set ARMA_USE_U64S64 in hopes that the types of problems Gilles is having on the mailing list will be solved. (57db87d)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:57:22 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit 57db87d0cede2f72c2193052548748f6fca264f7
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Aug 8 15:31:55 2014 +0000

    Set ARMA_USE_U64S64 in hopes that the types of problems Gilles is having on the
    mailing list will be solved.


>---------------------------------------------------------------

57db87d0cede2f72c2193052548748f6fca264f7
 src/mlpack/core/arma_extend/arma_extend.hpp | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/mlpack/core/arma_extend/arma_extend.hpp b/src/mlpack/core/arma_extend/arma_extend.hpp
index 54f79f3..cfc9c05 100644
--- a/src/mlpack/core/arma_extend/arma_extend.hpp
+++ b/src/mlpack/core/arma_extend/arma_extend.hpp
@@ -16,10 +16,15 @@
 #define ARMA_EXTRA_SPMAT_PROTO mlpack/core/arma_extend/SpMat_extra_bones.hpp
 #define ARMA_EXTRA_SPMAT_MEAT  mlpack/core/arma_extend/SpMat_extra_meat.hpp
 
-// add row_col_iterator and row_col_const_iterator for Mat
+// Add row_col_iterator and row_col_const_iterator for Mat.
 #define ARMA_EXTRA_MAT_PROTO mlpack/core/arma_extend/Mat_extra_bones.hpp
 #define ARMA_EXTRA_MAT_MEAT mlpack/core/arma_extend/Mat_extra_meat.hpp
 
+// Make sure that U64 and S64 support is enabled.
+#ifndef ARMA_USE_U64S64
+  #define ARMA_USE_U64S64
+#endif
+
 #include <armadillo>
 
 namespace arma {



More information about the mlpack-git mailing list