summaryrefslogtreecommitdiffstats
path: root/llvm
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
commitfc1935c8bf29c7f64a8f6f107dea4b51926300e9 (patch)
treed4fa5f14eaa18a4f69986d66ae9474183eb2aa4d /llvm
parent68e197e151a2d9025a83ef78d98050f7922ff715 (diff)
downloadbcm5719-llvm-fc1935c8bf29c7f64a8f6f107dea4b51926300e9.tar.gz
bcm5719-llvm-fc1935c8bf29c7f64a8f6f107dea4b51926300e9.zip
Add ISPC to the external projects list.
llvm-svn: 144026
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/ReleaseNotes.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 3c7673e34ec..e0641ff40d9 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud