Package: RsimdDispatch 0.1.2.9001

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:Sounkou Mahamane Toure [aut, cre], Evan Nemerson [cph], SIMDe contributors [ctb]

RsimdDispatch_0.1.2.9001.tar.gz
RsimdDispatch_0.1.2.9001.zip(r-4.7)RsimdDispatch_0.1.2.9001.zip(r-4.6)RsimdDispatch_0.1.2.9001.zip(r-4.5)
RsimdDispatch_0.1.2.9001.tgz(r-4.6-x86_64)RsimdDispatch_0.1.2.9001.tgz(r-4.6-arm64)RsimdDispatch_0.1.2.9001.tgz(r-4.5-x86_64)RsimdDispatch_0.1.2.9001.tgz(r-4.5-arm64)
RsimdDispatch_0.1.2.9001.tar.gz(r-4.7-arm64)RsimdDispatch_0.1.2.9001.tar.gz(r-4.7-x86_64)RsimdDispatch_0.1.2.9001.tar.gz(r-4.6-arm64)RsimdDispatch_0.1.2.9001.tar.gz(r-4.6-x86_64)
RsimdDispatch_0.1.2.9001.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://sounkou-bioinfo.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/sounkou-bioinfo/rsimddispatch/issues

Pkgdown/docs site:https://sounkou-bioinfo.github.io

On CRAN:

Conda:

simd

4.78 score 1 stars 1 packages 6 scripts 392 downloads 8 exports 0 dependencies

Last updated from:855851c6b6. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK143
linux-devel-x86_64OK174
source / vignettesOK232
linux-release-arm64OK127
linux-release-x86_64OK137
macos-release-arm64OK95
macos-release-x86_64OK236
macos-oldrel-arm64OK116
macos-oldrel-x86_64OK164
windows-develOK116
windows-releaseOK142
windows-oldrelOK108
wasm-releaseOK95

Exports:convolve1dcount_nonzerosimd_backendsimd_dispatch_template_pathsimd_infosimd_set_backendsimde_infouse_simd_dispatch

Dependencies:

Using RsimdDispatch in Other Packages
Copy the scaffold | Replace the demo kernels | Extending the number of operations | Build

Last update: 2026-05-31
Started: 2026-05-28

Runtime Dispatch Semantics
SIMDe and native ISA compilation | Benchmarking backend switching

Last update: 2026-05-30
Started: 2026-05-28

Getting Started with RsimdDispatch

Last update: 2026-05-29
Started: 2026-05-28

Maintainer Workflow: Vendoring SIMDe

Last update: 2026-05-28
Started: 2026-05-28