Skip to content

Commit

Permalink
Do not force ARMA_64BIT_WORD
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Oct 8, 2024
1 parent 7f837a0 commit 176239e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-09-29 Dirk Eddelbuettel <edd@debian.org>

* inst/include/RcppArmadillo/interface/RcppArmadilloAs.h: Add icube
exporter specialisation under ARMA_64BIT_CASE

2024-09-11 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): RcppArmadillo 14.0.2-1 CRAN release
Expand Down
3 changes: 1 addition & 2 deletions inst/include/RcppArmadillo/config/RcppArmadilloConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 176239e

Please sign in to comment.