aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-11-07 22:05:17 +0000
committerBill Wendling <isanbard@gmail.com>2011-11-07 22:05:17 +0000
commit32dc4d9cd76795f43478e80eec9b1e073adf0f98 (patch)
treeb17ca7f4595388b7781b1bf3bd10f08f977b1ba1
parenta59ce0379134b249a3c949f7dcd6ec3566c4d7e3 (diff)
downloadexternal_llvm-32dc4d9cd76795f43478e80eec9b1e073adf0f98.zip
external_llvm-32dc4d9cd76795f43478e80eec9b1e073adf0f98.tar.gz
external_llvm-32dc4d9cd76795f43478e80eec9b1e073adf0f98.tar.bz2
Add ISPC to the external projects list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144026 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 3c7673e..e0641ff 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -403,6 +403,22 @@ be used to verify some algorithms.
</div>
<!--=========================================================================-->
+<h3>ispc: The Intel SPMD Program Compiler</h3>
+
+<div>
+
+<p><a href="http://ispc.github.com">ispc</a> is a compiler for "single program,
+ multiple data" (SPMD) programs. It compiles a C-based SPMD programming
+ language to run on the SIMD units of CPUs; it often delivers 5-6x speedups on
+ a single core of a CPU with an 8-wide SIMD unit compared to serial code,
+ while still providing a clean and easy-to-understand programming model. For
+ an introduction to the language and its performance,
+ see <a href="http://ispc.github.com/example.html">the walkthrough of a short
+ example program. ispc is licensed under the BSD license.</p>
+
+</div>
+
+<!--=========================================================================-->
<h3>LanguageKit and Pragmatic Smalltalk</h3>
<div>