blob: 254442e086d8f41ad5b0b9188a41554d85090408 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
cmake-ispc-support
------------------
* CMake learned to support ``ISPC`` as a first-class language that can be
enabled via the :command:`project` and :command:`enable_language` commands.
* ``ISPC`` is currently supported by the :ref:`Makefile Generators`
and the :generator:`Ninja` generator on Linux, macOS, and Windows.
* The Intel ISPC compiler (``ispc``) is supported.
|