Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1467976432 which corresponds to commit 87d0c9a tagged as this release. PR: 214543 Submitted by: Yuri Victorovich
8 lines
377 B
Plaintext
8 lines
377 B
Plaintext
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.
|
|
|
|
WWW: https://ispc.github.io/
|