summaryrefslogtreecommitdiffstats
path: root/Tests/ISPC/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* ISPC: Generated Headers suffix configurable with a better defaultRobert Maynard2020-12-141-0/+1
| | | | | | | | | The target property `ISPC_HEADER_SUFFIX` and associated global variable now can control the suffix used when generating the C/C++ interoperability ISPC headers. In addition the default suffix is now "_ispc.h" which matches the common convention that the ISPC compiler team uses and recommends.
* ISPC: Treat system includes as '-I' includesRobert Maynard2020-12-091-0/+1
| | | | ISPC doesn't have specific syntax for system includes.
* ISPC: Support generation for multiple instruction setsRobert Maynard2020-09-041-0/+3
|
* ISPC: Support ISPC header generation byproducts and parallel buildsRobert Maynard2020-08-281-2/+1
|
* Add ISPC compiler support to CMakeRobert Maynard2020-08-281-0/+14