# -------------------------------------------- # 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.2.9001 doi: 10.32614/CRAN.package.RsimdDispatch 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 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: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com repository: https://sounkou-bioinfo.r-universe.dev repository-code: https://github.com/sounkou-bioinfo/RsimdDispatch commit: 855851c6b68c89ed0d267891066359cec73208a6 url: https://sounkou-bioinfo.github.io/RsimdDispatch/ date-released: '2026-05-31' contact: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com