This package browser is in early development. Mind the rough edges.

ispc 1.19.0

Implicit SPMD Program Compiler

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.

Installation

Install ispc 1.19.0 as follows:

guix install ispc@1.19.0

Or install the latest version:

guix install ispc

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.