Skip to content

Commit 719cff8

Browse files
committed
Update downloads for v1.20.0
1 parent e6f4eed commit 719cff8

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

downloads.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,22 +77,23 @@ <h1>Downloading The Intel® Implicit SPMD Program Compiler</h1>
7777
source and binary form.
7878
</p>
7979
<p>
80-
Here are latest released ISPC binaries based on LLVM 14.0.6:
80+
Here are latest released ISPC binaries based on LLVM 15.0.7:
8181
</p>
8282
<ul>
83-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.19.0/ispc-v1.19.0-windows.zip">Windows (64 bit) ispc binary and examples (v1.19.0)</a></li>
84-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.19.0/ispc-v1.19.0-macOS.tar.gz">macOS (x86, 64 bit, 10.12 Sierra) ispc binary and examples (v1.19.0)</a></li>
85-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.19.0/ispc-v1.19.0-macOS.arm.tar.gz">macOS(ARM64, 12.6 Monterey) ispc binary and examples (v1.19.0)</a></li>
86-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.19.0/ispc-v1.19.0-linux.tar.gz">Linux (64 bit) ispc binary and examples (v1.19.0)</a></li>
83+
<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>
84+
<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>
85+
<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>
86+
<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>
87+
<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>
8788
</ul>
8889
<p>
89-
Here are latest ISPC binaries corresponding to main branch (based on LLVM 14.0):
90+
Here are latest ISPC binaries corresponding to main branch (based on LLVM 15.0):
9091
</p>
9192
<ul>
9293
<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)
93-
ispc binary and examples (v1.20.0dev)</a></li>
94+
ispc binary and examples (v1.21.0dev)</a></li>
9495
<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)
95-
ispc binary and examples (v1.20.0dev)</a></li>
96+
ispc binary and examples (v1.21.0dev)</a></li>
9697
</ul>
9798
<p>
9899
Here is LLVM 3.5 based binary with experimental NVPTX support:
@@ -128,10 +129,10 @@ <h1>Downloading The Intel® Implicit SPMD Program Compiler</h1>
128129
file of the top-of-tree source.</a></li>
129130
<li> <a href="https://github.com/ispc/ispc/tarball/main">tar.gz file
130131
of the top-of-tree source.</a></li>
131-
<li> <a href="https://github.com/ispc/ispc/zipball/v1.19.0">zip
132-
file of the v1.19.0 source</a>, corresponding to the binaries above.</li>
133-
<li> <a href="https://github.com/ispc/ispc/tarball/v1.19.0">tar.gz
134-
file of the v1.19.0 source</a>, corresponding to the binaries above.</li>
132+
<li> <a href="https://github.com/ispc/ispc/zipball/v1.20.0">zip
133+
file of the v1.20.0 source</a>, corresponding to the binaries above.</li>
134+
<li> <a href="https://github.com/ispc/ispc/tarball/v1.20.0">tar.gz
135+
file of the v1.20.0 source</a>, corresponding to the binaries above.</li>
135136
</ul>
136137
<p> There is a page in the <tt>ispc</tt> wiki with instructions
137138
about <a href="https://github.com/ispc/ispc/wiki/Building-ispc">building

0 commit comments

Comments
 (0)