Vc v1.3.1 Release Notes

Release Date: 2017-03-09 // about 7 years ago
  • SIMD zero-overhead language license
    ๐Ÿ‘ GCC Support Clang Support ICC Support MSVC Support

    Vc is an open source library to ease explicit vectorization of C++ code. It has an intuitive API and provides portability between different compilers and compiler versions as well as portability between different vector instruction sets.

    ๐Ÿ›  Vc 1.3.1 contains bug fixes, enables swap on scalar subscripts, and resolves a licensing issue in the examples.

    ๐Ÿ‘‰ User Changelog

    • swap(v[i], v[j]) did not compile. Vc 1.3.1 overloads the swap function and thus enables swapping scalars into/out of vector and mask objects.
    • ๐Ÿšš The spline example has moved to the new Vc-examples-nonfree repository since it has a license that restricts redistribution.

    Developer Changelog