mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
FFT: Add IPP implementation
This commit is contained in:
parent
f20b93a458
commit
9fa6c195ee
2 changed files with 147 additions and 2 deletions
|
|
@ -41,6 +41,12 @@
|
|||
#include <mkl_dfti.h>
|
||||
#endif
|
||||
|
||||
#if _IPP_SEQUENTIAL_STATIC || _IPP_SEQUENTIAL_DYNAMIC || _IPP_PARALLEL_STATIC || _IPP_PARALLEL_DYNAMIC
|
||||
#include <ippcore.h>
|
||||
#include <ipps.h>
|
||||
#define JUCE_IPP_AVAILABLE 1
|
||||
#endif
|
||||
|
||||
#include "processors/juce_FIRFilter.cpp"
|
||||
#include "processors/juce_IIRFilter.cpp"
|
||||
#include "processors/juce_LadderFilter.cpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue