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
card.svg |card.png
RsimdDispatch/json (API)
NEWS

# 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

3.30 score 1 stars 8 exports 0 dependencies

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

TargetResultTimeFilesSyslog
linux-devel-arm64OK128
linux-devel-x86_64OK123
source / vignettesOK139
linux-release-arm64OK140
linux-release-x86_64OK124
macos-release-arm64OK92
macos-release-x86_64OK242
macos-oldrel-arm64OK106
macos-oldrel-x86_64OK336
windows-develOK96
windows-releaseOK120
windows-oldrelOK142
wasm-releaseOK93

Exports:convolve1dcount_nonzerosimd_backendsimd_dispatch_template_pathsimd_infosimd_set_backendsimde_infouse_simd_dispatch

Dependencies:

Getting Started with RsimdDispatch

Rendered fromgetting-started.Rmdusingknitr::rmarkdownon May 31 2026.

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

Maintainer Workflow: Vendoring SIMDe

Rendered fromvendoring-simde.Rmdusingknitr::rmarkdownon May 31 2026.

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

Runtime Dispatch Semantics

Rendered fromruntime-dispatch-semantics.Rmdusingknitr::rmarkdownon May 31 2026.

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

Using RsimdDispatch in Other Packages

Rendered fromusing-in-other-packages.Rmdusingknitr::rmarkdownon May 31 2026.

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