ispc/ispc

Tutorial on how to use ISPC with modern CMake

Aberta

#3.225 aberto em 11 de fev. de 2025

 (1 comentário) (1 reação) (1 responsável)C++ (350 forks)auto 404
Building CompilerDocumentationGood First Issue

Métricas do repositório

Stars
 (2.930 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

A simple ISPC example using modern CMake is needed. Here are some references demonstrating ISPC integration with modern CMake:

CMake ISPC Tests ISPC Modern CMake Example While these provide useful insights, a standalone example with a clean CMake setup would be ideal.

Additionally, the example should include cross-compilation support (e.g., Windows → Linux) and be compatible across Windows, Linux, and macOS. Any issues encountered during implementation should be documented.

Guia do colaborador