veccore

C++ library for portable SIMD vectorization across architectures

brewmacoslinux
Try with needOr install directly
Source

About

C++ Library for Portable SIMD Vectorization

Commands

veccore

Examples

Include VecCore headers in C++ project for SIMD operations$ g++ -I$(brew --prefix veccore)/include myprogram.cpp -o myprogram
Check installed VecCore version and location$ brew info veccore
Link VecCore library with your C++ application$ g++ -L$(brew --prefix veccore)/lib myprogram.cpp -lveccore -o myprogram