[llvm-commits] [llvm] r144026 - /llvm/trunk/docs/ReleaseNotes.html
Bill Wendling
isanbard at gmail.com
Mon Nov 7 14:05:17 PST 2011
Author: void
Date: Mon Nov 7 16:05:17 2011
New Revision: 144026
URL: http://llvm.org/viewvc/llvm-project?rev=144026&view=rev
Log:
Add ISPC to the external projects list.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=144026&r1=144025&r2=144026&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Nov 7 16:05:17 2011
@@ -403,6 +403,22 @@
</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>
More information about the llvm-commits
mailing list