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.5 is a bugfix release most notably incorporating fixes for current compiler versions.
What's Changed
- Small CMake improvements by @gruenich in #360
- Replace uses exec_program with execute_process by @pikacic in #364
New Contributors
Full Changelog: 1.4.4...1.4.5