Skip to content

Vc 1.2.0

Compare
Choose a tag to compare
@mattkretz mattkretz released this 25 Feb 15:58

Vc 1.2.0 contains API cleanups and bug fixes.

User Changelog

  • Improved documentation, especially on SimdArray<T, N>
  • Rewritten Vector<T> and SimdArray<T, N> binary operators for more correctness and to follow the latest proposal to the C++ standards committee
  • Fixed trait that queries mutability of callable to simd_for_each
  • A few build system cleanups
  • Improved ICC support

Developer Changelog