ispc-language-support.rst 382 B

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