diff options
| author | ruki <[email protected]> | 2022-11-05 06:31:44 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-05 06:31:44 +0800 |
| commit | fbee3ddca4ce14ea537595ddf99067f5d7db6554 (patch) | |
| tree | db25b637b7ee15176ff84412ef3b8ba834809ba3 /tests/projects/other/ispc/src/main.cpp | |
| parent | a0c0fc7e3517e10e400e6d48338fa596202bd21c (diff) | |
| parent | cd121fd4f8134fba82e6377e9c99c76d98c210e5 (diff) | |
Merge pull request #3017 from star-hengxing/ispc
support ispc compiler
Diffstat (limited to 'tests/projects/other/ispc/src/main.cpp')
| -rw-r--r-- | tests/projects/other/ispc/src/main.cpp | 8 |
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(); +} |
