# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "RsimdDispatch" in publications use:' type: software license: GPL-2.0-or-later title: 'RsimdDispatch: Runtime ''SIMD'' Dispatch Templates for ''C'' Code in ''R'' Packages' version: 0.1.1 abstract: 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 a compiled and CPU-supported implementation at runtime through guarded function pointers. The package also vendors the header-only 'SIMDe' library for downstream packages through the 'LinkingTo' field. authors: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com repository: https://cran.r-universe.dev repository-code: https://github.com/sounkou-bioinfo/RsimdDispatch commit: cdb9200069aafaac091915bfe6b2040babab1ba8 url: https://sounkou-bioinfo.github.io/RsimdDispatch/ date-released: '2026-06-01' contact: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com