Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Teach ISPC tests to run on macOS arm64 host | Brad King | 2023-05-10 | 1 | -3/+7 |
| | |||||
* | ISPC: Generated Headers suffix configurable with a better default | Robert Maynard | 2020-12-14 | 1 | -1/+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: Support ISPC header generation byproducts and parallel builds | Robert Maynard | 2020-08-28 | 2 | -3/+6 |
| | |||||
* | Add ISPC compiler support to CMake | Robert Maynard | 2020-08-28 | 3 | -0/+39 |