aboutsummaryrefslogtreecommitdiff
path: root/development/ispc/README
blob: f1bfa836a57715f7e1ab02262855cce2f969ceba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
ispc

ispc is a compiler for a variant of the C programming language, with
extensions for single program, multiple data programming. Under the SPMD
model, the programmer writes a program that generally appears to be a
regular serial program, though the execution model is actually that a
number of program instances execute in parallel on the hardware.

ispc is a dependency of embree

IMPORTANT: This build REQUIRES llvm-17.0 from slackware64/extra
(released 2024)