E.V.E
v2022.03.00
Tutorials

This section provides step-by-step tutorials for most basic tasks you can do with EVE.

SIMD 101

These tutorials covers the basic of getting EVE doing meaningful work. You can also have a look at the contents of the examples folder to find the complete source code for all code samples from tutorials along with additional examples.

SIMD Specific Idioms

These tutorials cover topics for improving your usage of SIMD instructions set while using EVE high-level interface to take advantage of well-known, efficient SIMD idioms.

Advanced Topics