1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00

Add FAUST blurb.

llvm-svn: 156730
This commit is contained in:
Bill Wendling 2012-05-13 09:52:48 +00:00
parent 8fb9f671ef
commit 99dee7f7aa

View File

@ -264,6 +264,18 @@ Release Notes</a>.</h1>
a lot of other language and tools projects. This section lists some of the
projects that have already been updated to work with LLVM 3.1.</p>
<h3>FAUST</h3>
<div>
<p>FAUST is a compiled language for real-time audio signal processing. The name
FAUST stands for Functional AUdio STream. Its programming model combines two
approaches: functional programming and block diagram composition. In addition
with the C, C++, Java, JavaScript output formats, the Faust compiler can
generate LLVM bitcode, and works with LLVM 2.7-3.1.</p>
</div>
<h3>Glasgow Haskell Compiler (GHC)</h3>
<div>