Package: RsimdDispatch Title: Runtime 'SIMD' Dispatch Templates for 'C' Code in 'R' Packages Version: 0.1.2.9001 Authors@R: c( person(given = "Sounkou Mahamane", family = "Toure", email = "sounkoutoure@gmail.com", role = c("aut", "cre")), person(given = "Evan", family = "Nemerson", role = "cph", comment = "SIMDe copyright holder"), person(given = "SIMDe contributors", role = "ctb", comment = "Contributors to the bundled SIMDe header library") ) Description: 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. License: GPL (>= 2) Copyright: See inst/AUTHORS and inst/LICENCE.note for bundled SIMDe authorship and licensing details. SystemRequirements: GNU make Suggests: bench, knitr, rmarkdown, tinytest VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://github.com/sounkou-bioinfo/RsimdDispatch, https://sounkou-bioinfo.github.io/RsimdDispatch/ BugReports: https://github.com/sounkou-bioinfo/RsimdDispatch/issues Config/pak/sysreqs: make Repository: https://sounkou-bioinfo.r-universe.dev Date/Publication: 2026-05-31 18:35:08 UTC RemoteUrl: https://github.com/sounkou-bioinfo/RsimdDispatch RemoteRef: HEAD RemoteSha: 855851c6b68c89ed0d267891066359cec73208a6 NeedsCompilation: yes Packaged: 2026-06-24 02:05:28 UTC; root Author: Sounkou Mahamane Toure [aut, cre], Evan Nemerson [cph] (SIMDe copyright holder), SIMDe contributors [ctb] (Contributors to the bundled SIMDe header library) Maintainer: Sounkou Mahamane Toure