Vc

v 1.4.1

Portable, zero-overhead SIMD library for C++

Vc is a free software 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. Thus an application written with Vc can be compiled for AVX and AVX2 SSE2 up to SSE4.2 SSE4a, XOP, FMA4, and FMA Scalar (fallback which works everywhere)

https://github.com/VcDevel/Vc

To install Vc, paste this in macOS terminal after installing MacPorts

sudo port install Vc

Add to my watchlist

Installations 2
Requested Installations 0