Package: RsimdDispatch 0.1.2.9002
RsimdDispatch: Runtime 'SIMD' Dispatch Templates for 'C' Code in 'R' Packages
Provides templates and a working example for runtime Single Instruction Multiple Data ('SIMD') dispatch in 'C' code used by 'R' packages. Packages can stage scalar and architecture-specific kernel objects during configuration, then select compiled and CPU-supported implementations at runtime through guarded operation tables. The package also vendors the header-only 'SIMDe' library for downstream packages through the 'LinkingTo' field.
Authors:
RsimdDispatch_0.1.2.9002.tar.gz
RsimdDispatch_0.1.2.9002.zip(r-4.7)RsimdDispatch_0.1.2.9002.zip(r-4.6)RsimdDispatch_0.1.2.9002.zip(r-4.5)
RsimdDispatch_0.1.2.9002.tgz(r-4.6-x86_64)RsimdDispatch_0.1.2.9002.tgz(r-4.6-arm64)RsimdDispatch_0.1.2.9002.tgz(r-4.5-x86_64)RsimdDispatch_0.1.2.9002.tgz(r-4.5-arm64)
RsimdDispatch_0.1.2.9002.tar.gz(r-4.7-arm64)RsimdDispatch_0.1.2.9002.tar.gz(r-4.7-x86_64)RsimdDispatch_0.1.2.9002.tar.gz(r-4.6-arm64)RsimdDispatch_0.1.2.9002.tar.gz(r-4.6-x86_64)
RsimdDispatch_0.1.2.9002.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
RsimdDispatch/json (API)
| # Install 'RsimdDispatch' in R: |
| install.packages('RsimdDispatch', repos = c('https://abiomix.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/abiomix/abiomix-r-open/issues
Pkgdown/docs site:https://sounkou-bioinfo.github.io
Last updated from:dd82290ba2. Checks:13 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 136 | ||
| linux-devel-x86_64 | OK | 141 | ||
| source / vignettes | OK | 200 | ||
| linux-release-arm64 | OK | 144 | ||
| linux-release-x86_64 | OK | 159 | ||
| macos-release-arm64 | OK | 135 | ||
| macos-release-x86_64 | OK | 299 | ||
| macos-oldrel-arm64 | OK | 89 | ||
| macos-oldrel-x86_64 | OK | 206 | ||
| windows-devel | OK | 100 | ||
| windows-release | OK | 100 | ||
| windows-oldrel | OK | 95 | ||
| wasm-release | OK | 99 |
Exports:convolve1dcount_nonzerosimd_backendsimd_dispatch_template_pathsimd_infosimd_set_backendsimde_infouse_simd_dispatch
Dependencies:
Last update: 2026-07-13
Started: 2026-07-13
Last update: 2026-07-13
Started: 2026-07-13
Last update: 2026-07-13
Started: 2026-07-13
Last update: 2026-07-13
Started: 2026-07-13
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Full one-dimensional convolution with the selected SIMD backend | convolve1d |
| Count non-zero bytes with the selected SIMD backend | count_nonzero |
| Report the currently selected SIMD backend | simd_backend |
| Configure an R package for C runtime SIMD dispatch | simd_dispatch_template_path use_simd_dispatch |
| Report runtime SIMD dispatch diagnostics | simd_info |
| Select the runtime SIMD backend | simd_set_backend |
| Report vendored SIMDe provenance | simde_info |
