mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-01 00:35:43 +00:00
Add ISPC to the external projects list.
llvm-svn: 144026
This commit is contained in:
parent
c1846a4d5e
commit
5adae2d61a
@ -402,6 +402,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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user