Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ISPC: Generated Headers suffix configurable with a better default | Robert Maynard | 2020-12-14 | 1 | -0/+2 |
| | | | | | | | | | 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' includes | Robert Maynard | 2020-12-09 | 3 | -0/+36 |
ISPC doesn't have specific syntax for system includes. |