Skip to content

Vc 1.3.2

Compare
Choose a tag to compare
@mattkretz mattkretz released this 03 May 12:42

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