Compiler for SIMD programming on the CPU with multi-target support
Compiler for SIMD programming on the CPU
ispc
$ ispc -o output.o input.ispc
$ ispc --target=avx2 -o output.o input.ispc
$ ispc --emit-c++-header -o output.h input.ispc