SIMD intrinsics implementations for non-native systems
Implementations of SIMD intrinsics for systems which don't natively support them
simde$ gcc -I$(brew --prefix simde)/include myprogram.c -o myprogram$ cmake -DCMAKE_PREFIX_PATH=$(brew --prefix simde) .$ ls $(brew --prefix simde)/include/simde