xsimd

Modern C++ wrappers for SIMD intrinsics with portable API

brewmacoslinux
Try with needOr install directly
Source

About

Modern, portable C++ wrappers for SIMD intrinsics

Commands

xsimd

Examples

Include xsimd headers in C++ project for SIMD operations$ g++ -I$(brew --prefix xsimd)/include myprogram.cpp -o myprogram
Verify xsimd installation and check include path$ brew --prefix xsimd
Use xsimd in CMake project by adding to CMakeLists.txt$ find_package(xsimd REQUIRED)