Signalsmith Audio's DSP Library  1.6.0
Useful C++ classes/templates for audio effects
Files | Classes | Macros
Performance helpers

Description

Nothing serious, just some #defines and helpers.

Files

file  perf.h
 

Classes

class  signalsmith::perf::StopDenormals
 

Macros

#define SIGNALSMITH_INLINE   inline
 Really insist that a function/method is inlined (mostly for performance in DEBUG builds) More...
 

Class Documentation

◆ signalsmith::perf::StopDenormals

class signalsmith::perf::StopDenormals

Macro Definition Documentation

◆ SIGNALSMITH_INLINE

#define SIGNALSMITH_INLINE   inline

Really insist that a function/method is inlined (mostly for performance in DEBUG builds)