You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Opt-in via preprocessor variable (RCPP_PARALLEL_USE_SIMD) rather then dedicated include. This is more clear and enables dynamic use of SIMD where available with a fallback where it's not.
- Introduce LdFlags and CxxFlags functions for dynamic configuration from Makevars (more consistent with other packages in the Rcpp family)
- Remove explicit -mtune= (I found no difference between mtune=native and mtune=core2 on OS X). In any case this is really the business of the particular installation of R rather than an individual package.
- Add option to disable RStudio clang indexing to .Rprofile (expression templates are too much for the indexing engine).
0 commit comments