Modern C++ wrappers for SIMD intrinsics with portable API
Modern, portable C++ wrappers for SIMD intrinsics
xsimd
$ g++ -I$(brew --prefix xsimd)/include myprogram.cpp -o myprogram
$ brew --prefix xsimd
$ find_package(xsimd REQUIRED)