Files
ports/devel/ispc/pkg-descr
Alexey Dokuchaev 98b1cc5a9d Add a port of Intel's compiler for high-performance SIMD programming.
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
2017-01-19 11:37:44 +00:00

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/