Fix MacOS build
This commit is contained in:
@@ -31,10 +31,9 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <cstddef>
|
|
||||||
|
|
||||||
namespace siren {
|
|
||||||
namespace dsp {
|
#include <cstddef>
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#define SIREN_DSP_APPLE_VDSP
|
#define SIREN_DSP_APPLE_VDSP
|
||||||
@@ -46,6 +45,9 @@ namespace dsp {
|
|||||||
|
|
||||||
#if defined(SIREN_DSP_APPLE_VDSP)
|
#if defined(SIREN_DSP_APPLE_VDSP)
|
||||||
|
|
||||||
|
namespace siren {
|
||||||
|
namespace dsp {
|
||||||
|
|
||||||
// Apple vDSP
|
// Apple vDSP
|
||||||
typedef DSPSplitComplex SplitComplex;
|
typedef DSPSplitComplex SplitComplex;
|
||||||
struct FFTWorkspace
|
struct FFTWorkspace
|
||||||
|
|||||||
Reference in New Issue
Block a user