simde

SIMD intrinsics implementations for non-native systems

brewmacoslinux
Try with needOr install directly
Source

About

Implementations of SIMD intrinsics for systems which don't natively support them

Commands

simde

Examples

Include SIMDe headers in C/C++ projects for portable SIMD code$ gcc -I$(brew --prefix simde)/include myprogram.c -o myprogram
Use SIMDe in CMake projects by locating the package$ cmake -DCMAKE_PREFIX_PATH=$(brew --prefix simde) .
Access SIMDe documentation and header files$ ls $(brew --prefix simde)/include/simde