|
🍑 nectarine
Audio synthesis tools for C23
|
Functions to toggle IEEE 754 denormals on the current thread. More...
#include <stdint.h>Go to the source code of this file.
Functions | |
| static void | nec_disable_denormals (void) |
| Disable IEEE 754 denormals on the current thread. | |
| static void | nec_enable_denormals (void) |
| Enable IEEE 754 denormals on the current thread. | |
Functions to toggle IEEE 754 denormals on the current thread.
|
inlinestatic |
Disable IEEE 754 denormals on the current thread.
This is desirable for audio calculations as processing denormal values is significantly slower than normal values, and in the context of audio signal processing, denormal values are typically near silence and contain no useful information anyways.
|
inlinestatic |
Enable IEEE 754 denormals on the current thread.