1. Home
  2. Browse
  3. eve

eve

v2022.9.1#0Go to latest

EVE - the Expressive Vector Engine

A header-only C++20 and onward implementation of a type based wrapper around SIMD extensions sets for most current architectures.

Install

Run the following Vcpkg command to install the port.

vcpkg install eve

Usage

eve provides CMake targets:

find_package(eve CONFIG REQUIRED)
target_link_libraries(main PRIVATE eve::eve)

Using eve requires a C++20 compliant compiler.

GCC-11 and clang-12 are known to work.

Dependencies

See source

Version

v2022.9.1#0

Publication

Supports

!windows, mingw

GitHub

jfalcou/eve

Homepage

github.com/jfalcou/eve

Documentation

jfalcou.github.io/eve

Subtree

673de6fe1d

License

BSL-1.0

Definition

Manifest