# ------------------------------------------------ # CITATION.cff 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.9002 doi: 10.32614/CRAN.package.RsimdDispatch identifiers: - type: url value: https://sounkou-bioinfo.github.io/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://abiomix.r-universe.dev repository-code: https://github.com/abiomix/abiomix-r-open commit: dd82290ba296385fcc7d7dfed339886e9deb41a2 url: https://github.com/sounkou-bioinfo/RsimdDispatch date-released: '2026-07-13' contact: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com