Package: RsimdDispatch 0.1.2.9002

Sounkou Mahamane Toure

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], Abiomix FZ LLC [cph, fnd], Evan Nemerson [cph], SIMDe contributors [ctb]

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

On CRAN:

Conda:

3.78 score 1 packages 6 scripts 366 downloads 8 exports 0 dependencies

Last updated from:dd82290ba2. Checks:13 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-arm64OK136
linux-devel-x86_64OK141
source / vignettesOK200
linux-release-arm64OK144
linux-release-x86_64OK159
macos-release-arm64OK135
macos-release-x86_64OK299
macos-oldrel-arm64OK89
macos-oldrel-x86_64OK206
windows-develOK100
windows-releaseOK100
windows-oldrelOK95
wasm-releaseOK99

Exports:convolve1dcount_nonzerosimd_backendsimd_dispatch_template_pathsimd_infosimd_set_backendsimde_infouse_simd_dispatch

Dependencies:

Getting Started with RsimdDispatch

Last update: 2026-07-13
Started: 2026-07-13

Maintainer Workflow: Vendoring SIMDe

Last update: 2026-07-13
Started: 2026-07-13

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

Last update: 2026-07-13
Started: 2026-07-13

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

Last update: 2026-07-13
Started: 2026-07-13