aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ispc/pkg-descr
blob: 71296bfcdcb8bb0739dd704f886774ddda4c2956 (plain) (blame)
1
2
3
4
5
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.