ispc
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.
- Versions: 1.19.0
- Website: https://github.com/ispc/ispc
- Licenses: Modified BSD
- Package source: gnu/packages/c.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ispc
as follows:
guix install ispc
Or install a particular version:
guix install ispc@1.19.0
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.
Badge code
You can use the following badge to inform users of ispc about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ispc'><img src='https://packages.guix.gnu.org/packages/ispc/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/ispc)
Example Org:
[[https://packages.guix.gnu.org/packages/ispc][https://packages.guix.gnu.org/packages/ispc/badges/latest-version.svg]]