Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ISPC: DynamicLibrary test now passes on windows. | Robert Maynard | 2020-09-10 | 1 | -1/+3 |
| | | | | | | | | The MSVC linker needs to know what MSVC runtime a shared library needs. ISPC objects don't have a '/DIRECTIVE' entry for the MSVC runtime as they have no dependency on it. Therefore we need to add a C or C++ source to each shared library so the MSVC linker knows what runtime to embed | ||||
* | 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 | 1 | -0/+20 |