File Config.h¶
Go to the source code of this file
Macros¶
| Type | Name |
|---|---|
| define | AM_API_PLUGIN |
| define | AM_API_PRIVATE static |
| define | AM_API_PUBLIC |
| define | AM_CALL_POLICY |
| define | AM_DEPRECATED (msg) |
| define | AM_MAX_THREAD_POOL_TASKS 1024Maximum number of tasks in a single pool. |
| define | AM_RESTRICT |
| define | AM_SIMD_ALIGNMENT 16 |
| define | AM_VALUE_ALIGN (_value_, _alignment_) (((\_value\_) + ((\_alignment\_) - 1)) & ~((\_alignment\_) - 1)) |
| define | M_PI 3.14159265358979323846264fDefine the value of Pi if the platform doesn't do that. |
| define | _AM_CORE_COMMON_CONFIG_H |
Macro Definition Documentation¶
AM_MAX_THREAD_POOL_TASKS
Maximum number of tasks in a single pool.
AM_VALUE_ALIGN
M_PI
Define the value of Pi if the platform doesn't do that.
The documentation for this file was generated from the following file: include/SparkyStudios/Audio/Amplitude/Core/Common/Config.h