Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ISPC: Generated Headers suffix configurable with a better default | Robert Maynard | 2020-12-14 | 2 | -2/+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 tests will now run on any hardware that only supports SSE2 | Robert Maynard | 2020-09-08 | 1 | -2/+2 |
| | | | | Previously we expected AVX1 support. | ||||
* | ISPC: Support generation for multiple instruction sets | Robert Maynard | 2020-09-04 | 5 | -0/+78 |