Skip to content

Commit b13e21e

Browse files
committed
Update downloads for v1.21.0
1 parent ba58d3d commit b13e21e

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

downloads.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,22 @@ <h1>Downloading The Intel® Implicit SPMD Program Compiler</h1>
6868
Here are latest released ISPC binaries based on LLVM 15.0.7:
6969
</p>
7070
<ul>
71-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.20.0/ispc-v1.20.0-windows.zip">Windows (64 bit) ispc binary and examples (v1.20.0)</a></li>
72-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.20.0/ispc-v1.20.0-macOS.x86_64.tar.gz">macOS (x86, 64 bit, 10.12 Sierra) ispc binary and examples (v1.20.0)</a></li>
73-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.20.0/ispc-v1.20.0-macOS.arm64.tar.gz">macOS(ARM64, 11.0 Big Sur) ispc binary and examples (v1.20.0)</a></li>
74-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.20.0/ispc-v1.20.0-macOS.universal.tar.gz">macOS(Universal Binary, 10.12 Sierra) ispc binary and examples (v1.20.0)</a></li>
75-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.20.0/ispc-v1.20.0-linux.tar.gz">Linux (64 bit) ispc binary and examples (v1.20.0)</a></li>
71+
<li><a href="https://github.com/ispc/ispc/releases/download/v1.21.0/ispc-v1.21.0-windows.zip">Windows (64 bit) ispc binary and examples (v1.21.0)</a></li>
72+
<li><a href="https://github.com/ispc/ispc/releases/download/v1.21.0/ispc-v1.21.0-macOS.x86_64.tar.gz">macOS (x86, 64 bit, 10.12 Sierra) ispc binary and examples (v1.21.0)</a></li>
73+
<li><a href="https://github.com/ispc/ispc/releases/download/v1.21.0/ispc-v1.21.0-macOS.arm64.tar.gz">macOS (ARM64, 11.0 Big Sur) ispc binary and examples (v1.21.0)</a></li>
74+
<li><a href="https://github.com/ispc/ispc/releases/download/v1.21.0/ispc-v1.21.0-macOS.universal.tar.gz">macOS (Universal Binary, 10.12 Sierra) ispc binary and examples (v1.21.0)</a></li>
75+
<li><a href="https://github.com/ispc/ispc/releases/download/v1.21.0/ispc-v1.21.0-linux.tar.gz">Linux (64 bit) ispc binary and examples (v1.21.0)</a></li>
76+
<li><a href="https://github.com/ispc/ispc/releases/download/v1.21.0/ispc-v1.21.0-linux.aarch64.tar.gz">Linux (64 bit) ispc binary and examples for AARCH64 (v1.21.0)</a></li>
77+
<li><a href="https://github.com/ispc/ispc/releases/download/v1.21.0/ispc-v1.21.0-linux-oneapi.tar.gz">Linux (64 bit) ispc binary and examples for OneAPI (v1.21.0)</a></li>
7678
</ul>
7779
<p>
7880
Here are latest ISPC binaries corresponding to main branch (based on LLVM 15.0):
7981
</p>
8082
<ul>
8183
<li><a href="https://ci.appveyor.com/api/projects/ispc/ispc/artifacts/build%2Fispc-trunk-windows.zip?job=Environment%3A%20APPVEYOR_BUILD_WORKER_IMAGE%3DVisual%20Studio%202019%2C%20LLVM_VERSION%3Dlatest">Windows (64 bit)
82-
ispc binary and examples (v1.21.0dev)</a></li>
84+
ispc binary and examples (v1.22.0dev)</a></li>
8385
<li><a href="https://ci.appveyor.com/api/projects/ispc/ispc/artifacts/build%2Fispc-trunk-linux.tar.gz?job=Environment%3A%20APPVEYOR_BUILD_WORKER_IMAGE%3DUbuntu1804%2C%20LLVM_VERSION%3Dlatest">Linux (64 bit)
84-
ispc binary and examples (v1.21.0dev)</a></li>
86+
ispc binary and examples (v1.22.0dev)</a></li>
8587
</ul>
8688
<p>
8789
Here is LLVM 3.5 based binary with experimental NVPTX support:
@@ -117,10 +119,10 @@ <h1>Downloading The Intel® Implicit SPMD Program Compiler</h1>
117119
file of the top-of-tree source.</a></li>
118120
<li> <a href="https://github.com/ispc/ispc/tarball/main">tar.gz file
119121
of the top-of-tree source.</a></li>
120-
<li> <a href="https://github.com/ispc/ispc/zipball/v1.20.0">zip
121-
file of the v1.20.0 source</a>, corresponding to the binaries above.</li>
122-
<li> <a href="https://github.com/ispc/ispc/tarball/v1.20.0">tar.gz
123-
file of the v1.20.0 source</a>, corresponding to the binaries above.</li>
122+
<li> <a href="https://github.com/ispc/ispc/zipball/v1.21.0">zip
123+
file of the v1.21.0 source</a>, corresponding to the binaries above.</li>
124+
<li> <a href="https://github.com/ispc/ispc/tarball/v1.21.0">tar.gz
125+
file of the v1.21.0 source</a>, corresponding to the binaries above.</li>
124126
</ul>
125127
<p> There is a page in the <tt>ispc</tt> wiki with instructions
126128
about <a href="https://github.com/ispc/ispc/wiki/Building-ispc">building

0 commit comments

Comments
 (0)