From f3e2f3cda0372e4d64c2aa83b1fd5c101e349417 Mon Sep 17 00:00:00 2001 From: star-hengxing Date: Thu, 3 Nov 2022 20:05:00 +0800 Subject: add ispc --- tests/projects/other/ispc/src/main.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/projects/other/ispc/src/main.cpp (limited to 'tests/projects/other/ispc/src/main.cpp') diff --git a/tests/projects/other/ispc/src/main.cpp b/tests/projects/other/ispc/src/main.cpp new file mode 100644 index 000000000..4694c47c5 --- /dev/null +++ b/tests/projects/other/ispc/src/main.cpp @@ -0,0 +1,8 @@ +#include "test_ispc.h" + +using namespace ispc; + +int main(int argc, char *argv[]) +{ + test_ispc(); +} -- cgit v1.3.1