You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: downloads.html
+24-23Lines changed: 24 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -65,22 +65,27 @@ <h1>Downloading The Intel® Implicit SPMD Program Compiler</h1>
65
65
source and binary form.
66
66
</p>
67
67
<p>
68
-
Here are latest released ISPC binaries based on LLVM 18.1.8:
68
+
Here are the available ISPC packages:
69
+
</p>
70
+
<ul>
71
+
<li>ISPC binary and runtime for Windows x86_64</li>
72
+
<li>ISPC binary and runtime for macOS x86_64</li>
73
+
<li>ISPC binary and runtime for macOS arm64</li>
74
+
<li>ISPC universal binary and runtime for macOS x86_64 and arm64</li>
75
+
<li>ISPC binary and runtime based on libtbb.so.2 for Linux x86_64</li>
76
+
<li>ISPC binary and runtime based on libtbb.so.12 for Linux x86_64 (for OneAPI distribution)</li>
77
+
<li>ISPC binary and runtime for Linux aarch64</li>
78
+
<li>Examples packed in tar.gz archive</li>
79
+
<li>Examples packed in zip archive</li>
80
+
<li>Source code packed in tar.gz archive</li>
81
+
<li>Source code packed in zip archive</li>
82
+
</ul>
83
+
<p>
84
+
For the latest version, please go to <ahref="https://github.com/ispc/ispc/releases/latest">https://github.com/ispc/ispc/releases/latest</a> to download the required package.
85
+
</p>
86
+
<p>
87
+
All archives are signed with a following PGP <ahref="ISPC_GITHUB_ARTIFACTS.pem">key</a>.
0 commit comments