macOS
brew install ispclocal Homebrew formula metadata
sudo port install ispcMacPorts ports tree · lang/ispc/Portfile · Source: api.github.com
brew / rang 4328
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de ispc pour les workflows d'agents IA.
installation
brew install ispclocal Homebrew formula metadata
sudo port install ispcMacPorts ports tree · lang/ispc/Portfile · Source: api.github.com
sudo apk add ispcAlpine Linux edge package indexes · ispc · Source: dl-cdn.alpinelinux.org
sudo apt install ispcDebian stable package indexes · ispc · Source: deb.debian.org
sudo dnf install ispcFedora Rawhide package metadata · ispc · Source: dl.fedoraproject.org
nix profile install nixpkgs#ispcnixpkgs package indexes · pkgs/by-name/is/ispc/package.nix · Source: api.github.com
sudo pacman -S ispcArch Linux sync databases · ispc · Source: geo.mirror.pkgbuild.com
sudo zypper install ispcopenSUSE Tumbleweed package metadata · ispc · Source: download.opensuse.org
scoop install main/ispcScoop official bucket manifest trees · bucket/ispc.json · Source: api.github.com
aperçu
Compiler for SIMD programming on the CPU
historique
Intel ISPC, the Implicit SPMD Program Compiler, is a compiler for a C-derived SPMD language that maps program instances onto SIMD lanes and can also scale work across CPU cores. The project exists to let programmers write shader-like data-parallel code for CPUs without hand-writing SIMD intrinsics.
Matt Pharr's project history says he began experimenting with LLVM around 2010 while at Intel and released the code publicly on GitHub on 2011-06-21. The GitHub repository metadata matches that date, and the project site explains the core model: write code that looks mostly serial while multiple program instances execute in parallel on SIMD hardware.
ISPC quickly became both a compiler project and a research artifact. The official documentation points to the InPar 2012 paper by Matt Pharr and William R. Mark, which presents ISPC as a compiler for high-performance CPU programming using SPMD ideas familiar from GPU shaders, CUDA, and OpenCL.
The release notes show continuing evolution with LLVM baselines, new CPU and GPU targets, standard-library work, JIT/library embedding, Python integration experiments, AVX10 and AMX support, and fixes for architecture-specific behavior.
ISPC found adoption among graphics, rendering, simulation, and performance-oriented developers who needed explicit SIMD performance without maintaining separate intrinsics code for every vector width. The project site advertises common speedups on SSE and AVX-width architectures, and official downloads provide binaries for Linux, macOS, and Windows.
Package-manager adoption broadened access beyond Intel-hosted binaries. The input metadata shows ISPC packaged by Homebrew, Debian, Ubuntu, Fedora, MacPorts, Nix, Arch, Scoop, Alpine, and openSUSE.
Users write `.ispc` source files, compile them with the `ispc` command, and link the generated objects and headers into C or C++ programs. The documentation emphasizes SPMD concepts, exported functions, task parallelism, vector targets, and examples for integrating generated code with host applications.
In package-manager contexts, ISPC is often installed as a build-time compiler dependency for projects that ship vectorized kernels but want ordinary source builds on developer machines and CI.
ISPC is significant because it packages a compiler whose behavior depends on LLVM versions, CPU targets, runtime libraries, and platform-specific binary distribution. That makes it more like a language toolchain than a single-purpose CLI.
It is also a useful case study in how a research-flavored Intel project became a practical dependency for open-source rendering and compute software: source packages must balance reproducible compiler builds, prebuilt binaries, target support, and fast-moving LLVM internals.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
ispc | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:ispc |
|---|---|
| Version | 1.31.0 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://ispc.github.io |
| Dépôt | https://github.com/ispc/ispc |
| Dernière mise à jour | 2026-06-25T23:35:22Z |
| Pulse | updated |
| Bouteille | non enregistré |
| Service | aucun déclaré |
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
ispc 1.26.0-1
Intel Implicit SPMD Program Compiler
sudo apt install ispclibispcrt-dev 1.26.0-1
Intel Implicit SPMD Program Compiler runtime library development files
sudo apt install libispcrt-devlibispcrt1 1.26.0-1
Intel Implicit SPMD Program Compiler runtime library
sudo apt install libispcrt1ispc
nix profile install nixpkgs#ispcispc 1.22.0-4
Intel Implicit SPMD Program Compiler
sudo apt install ispcispc 1.31.0-r0
Intel SPMD Program Compiler
sudo apk add ispcispc 1.31.0-2.fc45
C-based SPMD programming language compiler
sudo dnf install ispcispc-devel 1.31.0-2.fc45
Development files for ispc
sudo dnf install ispc-develispc-gpu 1.31.0-2.fc45
GPU runtime for ispc
sudo dnf install ispc-gpuispc-static 1.31.0-2.fc45
Static libraries for ispc
sudo dnf install ispc-staticispc 1.31.0-1
Compiler for high-performance SIMD programming on the CPU
sudo pacman -S ispcispc 1.31.0-2.2
C-based SPMD programming language compiler
sudo zypper install ispcispc-devel 1.31.0-2.2
Development files for ispc
sudo zypper install ispc-devellibispcrt1 1.31.0-2.2
C-based SPMD programming language compiler library
sudo zypper install libispcrt1ispc
sudo port install ispcmain/ispc
scoop install main/ispcpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.