Fix non-macos build failure (#2)

This commit is contained in:
2023-12-07 15:59:25 -08:00
committed by GitHub
parent e8f69e4424
commit 7c8f3d7490

View File

@@ -43,11 +43,11 @@
#define SIREN_DSP_SLOW #define SIREN_DSP_SLOW
#endif #endif
#if defined(SIREN_DSP_APPLE_VDSP)
namespace siren { namespace siren {
namespace dsp { namespace dsp {
#if defined(SIREN_DSP_APPLE_VDSP)
// Apple vDSP // Apple vDSP
typedef DSPSplitComplex SplitComplex; typedef DSPSplitComplex SplitComplex;
struct FFTWorkspace struct FFTWorkspace