Skip to content

evev2023.2.15

Updated

EVE - the Expressive Vector Engine : C++20 SIMD Programming Library

#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.

#Supported Platforms

!windows, mingw

  • linux
  • osx
  • uwp
  • windows

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • kreuzerkrieg's avatarkreuzerkrieg
  • Joel Falcou's avatarJoel Falcou
  • Kai Pastor's avatarKai Pastor

#Changelog

  • 88daa8a[eve] update to 2023.2.15 (#30475)
  • 673de6f[eve] Update and fixes (#28212)
  • 889af66Updated EVE version (#26892)
  • 7526087[eve] Update to latest version (#26173)
  • 7cbac84[eve] add eve library (#22179)