Skip to content

Commit 176239e

Browse files
committed
Do not force ARMA_64BIT_WORD
1 parent 7f837a0 commit 176239e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2024-09-29 Dirk Eddelbuettel <[email protected]>
2+
3+
* inst/include/RcppArmadillo/interface/RcppArmadilloAs.h: Add icube
4+
exporter specialisation under ARMA_64BIT_CASE
5+
16
2024-09-11 Dirk Eddelbuettel <[email protected]>
27

38
* DESCRIPTION (Version, Date): RcppArmadillo 14.0.2-1 CRAN release

inst/include/RcppArmadillo/config/RcppArmadilloConfig.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@
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),

0 commit comments

Comments
 (0)