Package: RsimdDispatch Title: Runtime 'SIMD' Dispatch Templates for 'C' Code in 'R' Packages Version: 0.1.2.9002 Authors@R: c( person(given = "Sounkou Mahamane", family = "Toure", email = "sounkoutoure@gmail.com", role = c("aut", "cre")), person(given = "Abiomix FZ LLC", role = c("cph", "fnd"), comment = "Copyright holder and funder of Abiomix contributions"), 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) | file LICENSE 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/abiomix/abiomix-r-open, https://github.com/sounkou-bioinfo/RsimdDispatch, https://sounkou-bioinfo.github.io/RsimdDispatch/ BugReports: https://github.com/abiomix/abiomix-r-open/issues Additional_repositories: https://abiomix.r-universe.dev Config/abiomix/public-license: GPL-2.0-or-later Config/abiomix/commercial-license: Separate written agreement for Abiomix-owned contributions Config/abiomix/license-policy: https://github.com/abiomix/abiomix-r-open/blob/main/LICENSES.md Config/pak/sysreqs: make Repository: https://abiomix.r-universe.dev Date/Publication: 2026-07-13 08:37:42 UTC RemoteUrl: https://github.com/abiomix/abiomix-r-open RemoteRef: HEAD RemoteSha: dd82290ba296385fcc7d7dfed339886e9deb41a2 RemoteSubdir: packages/RsimdDispatch NeedsCompilation: yes Packaged: 2026-07-13 11:48:33 UTC; root Author: Sounkou Mahamane Toure [aut, cre], Abiomix FZ LLC [cph, fnd] (Copyright holder and funder of Abiomix contributions), Evan Nemerson [cph] (SIMDe copyright holder), SIMDe contributors [ctb] (Contributors to the bundled SIMDe header library) Maintainer: Sounkou Mahamane Toure