DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
DenormalGuard.h File Reference

RAII scope guard that disables denormal (subnormal) float arithmetic. More...

#include <cstdint>
Include dependency graph for DenormalGuard.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.