eve v2023.2.15
- Created
- Updated
EVE - the Expressive Vector Engine : C++20 SIMD Programming Library
- https://github.com/jfalcou/eve
- Documentation: https://jfalcou.github.io/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.
# License
BSL-1.0
# Supported Platforms
!windows, mingw
- ✅ linux
- ✅ osx
- ✅ uwp
- ❌
windows
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- kreuzerkrieg
- Joel Falcou
- Kai Pastor