Vc v1.3.2 Release Notes

Release Date: 2017-05-03 // almost 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.2 is a small bug fix release.

    ๐Ÿ‘‰ User Changelog

    • โš  Resolve warnings from GCC 6 about ignored attributes.
    • ๐Ÿ‘Œ Support for Kaby Lake detection.

    Developer Changelog