summaryrefslogtreecommitdiff
path: root/tests/projects/other/ispc/src/main.cpp
diff options
context:
space:
mode:
authorstar-hengxing <[email protected]>2022-11-03 20:05:00 +0800
committerstar-hengxing <[email protected]>2022-11-03 20:05:00 +0800
commitf3e2f3cda0372e4d64c2aa83b1fd5c101e349417 (patch)
tree5bc753bc80b0c024cc3b33dcb197a2e8ca5a73ec /tests/projects/other/ispc/src/main.cpp
parent60b8a7e7b06b4f964c07a8e784832883c3073a83 (diff)
add ispc
Diffstat (limited to 'tests/projects/other/ispc/src/main.cpp')
-rw-r--r--tests/projects/other/ispc/src/main.cpp8
1 files changed, 8 insertions, 0 deletions
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();
+}