From: Bill Wendling Date: Mon, 7 Nov 2011 22:05:17 +0000 (+0000) Subject: Add ISPC to the external projects list. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=32dc4d9cd76795f43478e80eec9b1e073adf0f98;p=oota-llvm.git Add ISPC to the external projects list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144026 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 3c7673e34ec..e0641ff40d9 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -402,6 +402,22 @@ be used to verify some algorithms. + +

ispc: The Intel SPMD Program Compiler

+ +
+ +

ispc 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 the walkthrough of a short + example program. ispc is licensed under the BSD license.

+ +
+

LanguageKit and Pragmatic Smalltalk