search for: libfaust

Displaying 3 results from an estimated 3 matches for "libfaust".

Did you mean: libfat
2013 Jul 30
1
[LLVMdev] Strange crash with LLVM 3.3
...8+ - 538.1+) <0CAD83F7-1E5C-369F-9DAF-353E72211959> /Documents/*/WebCore.framework/Versions/A/WebCore 0x108fa2000 - 0x108fbaff7 +libHTTPDFaust.dylib (0) <5AF1DB20-7ACE-3C22-8377-C70FEEC70C9C> /usr/local/lib/faust/libHTTPDFaust.dylib 0x109013000 - 0x1091edff7 +libfaust.dylib (0) <1342D1BF-DF91-3A51-82B4-8046BB854AA8> /usr/local/lib/faust/libfaust.dylib 0x10a1a7000 - 0x10b0eef27 +libLLVM-3.1.dylib (0) <E2B98305-0415-3DB8-A45A-B1F30D19348F> /opt/local/libexec/*/libLLVM-3.1.dylib 0x10b81b000 - 0x10b8f0ff7 +libsqlite3.0.dylib (...
2019 Jun 08
2
Help Building LLVM for Android
Hey Guys, I'm working on a project in Android related to System-level Audio DSP Effects for Tuning Android Audio. I want to leverage Faust ( https://faust.grame.fr/) to allow users to program their own filters. Faust provides a libfaust implementation which includes a JIT Compiler which leverages LLVM and seems to be the best path for me to use. Unfortunately I'm having problems cross-compiling LLVM for Android on my Windows Dev machine. Wondering if anyone has any advice for me? I've been trying to use the android-ndk c...
2013 Jul 05
0
[LLVMdev] Enabling vectorization with LLVM 3.3 for a DSL emitting LLVM IR
Hi, For libfaust, perhaps? :) Could it be something as simple as a target triple defined for the module? Without knowledge of the target machine vector width, the vectorizer will assume maximum width of 1. You can override this without a triple by using the -force-vector-width switch. Vesa > Hi, > &g...