Skip to content

v2: Vectorization improvements

Latest
Compare
Choose a tag to compare
@chponte chponte released this 01 Nov 15:12

Notable changes:

  • Improve AVX implementations.
  • Improve base implementations to allow for autovectorization.
  • Improve CMake project organisation.
  • Add support for RAW files.
  • Improve documentation.
  • Move automated tests from Travis to Github Actions.
  • Improve tests.
  • Add single-threaded benchmarks.
  • Move from C++14 to C++17.

Full Changelog: v1...v2