From 1f4d833395be1d67c2e6b900738a5d487272dbde Mon Sep 17 00:00:00 2001 From: jack89roberts Date: Mon, 6 Jun 2022 16:45:09 +0100 Subject: [PATCH] undo Makevars changes pending decision re #138 --- src/Makevars | 2 +- src/RcppExports.cpp | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Makevars b/src/Makevars index 56211606..25761e11 100644 --- a/src/Makevars +++ b/src/Makevars @@ -1,2 +1,2 @@ CXX_STD = CXX11 -PKG_CPPFLAGS = -fno-fast-math -msse2 -mstackrealign +PKG_CPPFLAGS += -fno-fast-math -msse2 -mfpmath=sse -mstackrealign diff --git a/src/RcppExports.cpp b/src/RcppExports.cpp index d47fea91..a1fe416b 100644 --- a/src/RcppExports.cpp +++ b/src/RcppExports.cpp @@ -5,11 +5,6 @@ using namespace Rcpp; -#ifdef RCPP_USE_GLOBAL_ROSTREAM -Rcpp::Rostream& Rcpp::Rcout = Rcpp::Rcpp_cout_get(); -Rcpp::Rostream& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get(); -#endif - // counts_from_observations NumericMatrix counts_from_observations(NumericMatrix features); RcppExport SEXP _netdist_counts_from_observations(SEXP featuresSEXP) {