|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
RAII scope guard that disables denormal (subnormal) float arithmetic. More...
#include <cstdint>

Go to the source code of this file.
Classes | |
| class | dspark::DenormalGuard |
| RAII scope guard to disable denormalised (subnormal) floating-point numbers. More... | |
Namespaces | |
| namespace | dspark |
| Main namespace for the DSPark framework. | |
RAII scope guard that disables denormal (subnormal) float arithmetic.
Part of the DSPark framework. Standalone: depends only on <cstdint> and the control-register intrinsics of the active architecture.
Definition in file DenormalGuard.h.