Skip to content

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 1024
Maximum 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.14159265358979323846264f
Define the value of Pi if the platform doesn't do that.
define _AM_CORE_COMMON_CONFIG_H

Macro Definition Documentation

AM_API_PLUGIN
#define AM_API_PLUGIN 
AM_API_PRIVATE
#define AM_API_PRIVATE `static`
AM_API_PUBLIC
#define AM_API_PUBLIC 
AM_CALL_POLICY
#define AM_CALL_POLICY 
AM_DEPRECATED
#define AM_DEPRECATED (
    msg
) 
AM_MAX_THREAD_POOL_TASKS

Maximum number of tasks in a single pool.

#define AM_MAX_THREAD_POOL_TASKS `1024`
AM_RESTRICT
#define AM_RESTRICT 
AM_SIMD_ALIGNMENT
#define AM_SIMD_ALIGNMENT `16`
AM_VALUE_ALIGN
#define AM_VALUE_ALIGN (
    _value_,
    _alignment_
) `(((_value_) + ((_alignment_) - 1)) & ~((_alignment_) - 1))`
M_PI

Define the value of Pi if the platform doesn't do that.

#define M_PI `3.14159265358979323846264f`
_AM_CORE_COMMON_CONFIG_H
#define _AM_CORE_COMMON_CONFIG_H 

The documentation for this file was generated from the following file: include/SparkyStudios/Audio/Amplitude/Core/Common/Config.h