Package: RcppXsimd 7.1.6
RcppXsimd: Xsimd C++ Header-Only Library Files
This header-only library provides modern, portable C++ wrappers for SIMD intrinsics and parallelized, optimized math implementations (SSE, AVX, NEON, AVX512). By placing this library in this package, we offer an efficient distribution system for Xsimd <https://github.com/xtensor-stack/xsimd> for R packages using CRAN.
Authors:
RcppXsimd_7.1.6.tar.gz
RcppXsimd_7.1.6.zip(r-4.5)RcppXsimd_7.1.6.zip(r-4.4)RcppXsimd_7.1.6.zip(r-4.3)
RcppXsimd_7.1.6.tgz(r-4.4-x86_64)RcppXsimd_7.1.6.tgz(r-4.4-arm64)RcppXsimd_7.1.6.tgz(r-4.3-x86_64)RcppXsimd_7.1.6.tgz(r-4.3-arm64)
RcppXsimd_7.1.6.tar.gz(r-4.5-noble)RcppXsimd_7.1.6.tar.gz(r-4.4-noble)
RcppXsimd.pdf |RcppXsimd.html✨
RcppXsimd/json (API)
NEWS
# Install 'RcppXsimd' in R: |
install.packages('RcppXsimd', repos = c('https://msuchard.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 4 years agofrom:b8c83dfa55. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 26 2024 |
R-4.5-win-x86_64 | NOTE | Oct 26 2024 |
R-4.5-linux-x86_64 | NOTE | Oct 26 2024 |
R-4.4-win-x86_64 | NOTE | Oct 26 2024 |
R-4.4-mac-x86_64 | NOTE | Oct 26 2024 |
R-4.4-mac-aarch64 | NOTE | Oct 26 2024 |
R-4.3-win-x86_64 | NOTE | Oct 26 2024 |
R-4.3-mac-x86_64 | NOTE | Oct 26 2024 |
R-4.3-mac-aarch64 | NOTE | Oct 26 2024 |
Exports:getAVX512FlagsgetAVXFlagsgetNEONFlagsgetSimdFeaturesgetSSEFlagssupportsAVXsupportsAVX512supportsNEONsupportsSSE
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Concatenate supported AVX512 compiler flags for system CPU | getAVX512Flags |
Concatenate supported AVX compiler flags for system CPU | getAVXFlags |
Concatenate supported NEON compiler flags for system CPU | getNEONFlags |
Poll OS and CPU for SIMD feature support | getSimdFeatures |
Concatenate supported SSE compiler flags for system CPU | getSSEFlags |
RcppXsimd: Rcpp wrapper to Xsimd | RcppXsimd |
Determine if CPU supports AVX SIMD instructions | supportsAVX |
Determine if CPU supports AVX512 SIMD instructions | supportsAVX512 |
Determine if CPU supports NEON SIMD instructions | supportsNEON |
Determine if CPU supports SSE SIMD instructions | supportsSSE |