File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
inst/include/RcppArmadillo/config Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ 2024-09-29 Dirk Eddelbuettel <edd@debian.org>
2+
3+ * inst/include/RcppArmadillo/interface/RcppArmadilloAs.h: Add icube
4+ exporter specialisation under ARMA_64BIT_CASE
5+
162024-09-11 Dirk Eddelbuettel <edd@debian.org>
27
38 * DESCRIPTION (Version, Date): RcppArmadillo 14.0.2-1 CRAN release
Original file line number Diff line number Diff line change 126126// only used int32_t -- so we select the shorter representation here.
127127// Unless int64_t is explicitly required during compilation.
128128#if !defined(ARMA_64BIT_WORD)
129- // #define ARMA_32BIT_WORD 1
130- #define ARMA_64BIT_WORD 1
129+ #define ARMA_32BIT_WORD 1
131130#endif
132131
133132// To return arma::vec or arma::rowvec as R vector (i.e. dimensionless),
You can’t perform that action at this time.
0 commit comments