sst-filters
Filters submodule for the Surge Synthesizer
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
CytomicSVF.h File Reference

Classes

struct  CytomicSVF
 

Namespaces

namespace  sst
 Parent namespace for all Surge Synth Team code.
 
namespace  sst::filters
 DSP code for Surge filters.
 

Macros

#define SIMDE_ENABLE_NATIVE_ALIASES
 
#define ADD(a, b)   SIMD_MM(add_ps)(a, b)
 
#define SUB(a, b)   SIMD_MM(sub_ps)(a, b)
 
#define DIV(a, b)   SIMD_MM(div_ps)(a, b)
 
#define MUL(a, b)   SIMD_MM(mul_ps)(a, b)
 
#define SETALL(a)   SIMD_MM(set1_ps)(a)
 

Macro Definition Documentation

◆ SIMDE_ENABLE_NATIVE_ALIASES

#define SIMDE_ENABLE_NATIVE_ALIASES

◆ ADD

#define ADD (   a,
 
)    SIMD_MM(add_ps)(a, b)

◆ SUB

#define SUB (   a,
 
)    SIMD_MM(sub_ps)(a, b)

◆ DIV

#define DIV (   a,
 
)    SIMD_MM(div_ps)(a, b)

◆ MUL

#define MUL (   a,
 
)    SIMD_MM(mul_ps)(a, b)

◆ SETALL

#define SETALL (   a)    SIMD_MM(set1_ps)(a)