diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index f2d8930ec1f4..68bd0f4aa10a 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -409,6 +409,21 @@ be used to verify some algorithms. + +
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 + output formats, the Faust compiler can now generate LLVM bitcode, and works + with LLVM 2.7-3.0. +
+ +