From 176239e6b51d24cde22662d36374c12d1648b778 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Tue, 8 Oct 2024 09:24:45 -0500 Subject: [PATCH] Do not force ARMA_64BIT_WORD --- ChangeLog | 5 +++++ inst/include/RcppArmadillo/config/RcppArmadilloConfig.h | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c10350df..53d24d0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-09-29 Dirk Eddelbuettel + + * inst/include/RcppArmadillo/interface/RcppArmadilloAs.h: Add icube + exporter specialisation under ARMA_64BIT_CASE + 2024-09-11 Dirk Eddelbuettel * DESCRIPTION (Version, Date): RcppArmadillo 14.0.2-1 CRAN release diff --git a/inst/include/RcppArmadillo/config/RcppArmadilloConfig.h b/inst/include/RcppArmadillo/config/RcppArmadilloConfig.h index 6146de97..eecb7e7e 100644 --- a/inst/include/RcppArmadillo/config/RcppArmadilloConfig.h +++ b/inst/include/RcppArmadillo/config/RcppArmadilloConfig.h @@ -126,8 +126,7 @@ // only used int32_t -- so we select the shorter representation here. // Unless int64_t is explicitly required during compilation. #if !defined(ARMA_64BIT_WORD) - //#define ARMA_32BIT_WORD 1 - #define ARMA_64BIT_WORD 1 + #define ARMA_32BIT_WORD 1 #endif // To return arma::vec or arma::rowvec as R vector (i.e. dimensionless),