Skip to content

Commit 70de6d8

Browse files
committed
Update README.md to add a heading to documentation section
1 parent 8e2d4df commit 70de6d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Templates parameters are the element data type of the vectors and the vector width in bytes (e.g. 16 for SSE* and NEON, 32 for AVX/AVX2). This makes it possible to flexibly change the data type and the vector instruction set for entire portions of the code. Moreover, many implementation details at the intrinsics level are hidden by **T-SIMD**. SSE*, AVX/AVX2, AVX-512, and ARM NEON vector instruction sets are currently supported. In addition, higher-level functions like transposition are provided.
66

7+
## Documentation
8+
79
The documentation of **T-SIMD** is available [here](https://ti-uni-bielefeld.github.io/T-SIMD/).
810

911
For documentation of functions and classes, see the [Library Reference](topics.html).

0 commit comments

Comments
 (0)