1 2 3 4 5 6 7 8
#include "test_ispc.h" using namespace ispc; int main(int argc, char *argv[]) { test_ispc(); }