-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
44 lines (44 loc) · 1.22 KB
/
CITATION.cff
File metadata and controls
44 lines (44 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
type: software
title: "libdynemit"
abstract: "A high-performance SIMD library that leverages ifunc resolvers for automatic runtime dispatch. Write once, run efficiently everywhere without pain. Supports SSE2, SSE4.2, AVX, AVX2, and AVX-512F instruction sets with automatic CPU feature detection."
authors:
- family-names: "Chianfa"
given-names: "Murilo"
email: "murilo.chianfa@outlook.com"
orcid: ""
repository-code: "https://github.com/MuriloChianfa/libdynemit"
url: "https://github.com/MuriloChianfa/libdynemit"
license: "BSL-1.0"
license-url: "https://www.boost.org/LICENSE_1_0.txt"
version: "1.2.0"
date-released: "2026-02-20"
keywords:
- SIMD
- AVX-512
- AVX2
- AVX
- SSE4.2
- SSE2
- ifunc
- runtime-dispatch
- performance
- dynamic-dispatch
- vectorization
- CPU-detection
- intrinsics
- high-performance-computing
- optimization
- C23
- GCC
- Clang
preferred-citation:
type: software
title: "libdynemit: SIMD Dynamic Dispatch Library"
authors:
- family-names: "Chianfa"
given-names: "Murilo"
email: "murilo.chianfa@outlook.com"
year: 2026
url: "https://github.com/MuriloChianfa/libdynemit"