Vc v1.4.1 Release Notes
Release Date: 2018-11-19 // about 6 years ago-
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.4.1 is a bugfix release most notably incorporating improved codegen on gathers with AVX2 available.
๐ User Changelog
description ๐ ๐ ๐ Developer Changelog
Previous changes from v1.4.0
-
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.4.0 is a minor feature release with subtle changes in the interface and the start of an upgrade path to
std::experimental::simd
.๐ User Changelog
Developer Changelog