Version
Wwise SDK 2021.1.8
|
AkTypes.h
Go to the documentation of this file.
43 #define AK_RESTRICT __restrict ///< Refers to the __restrict compilation flag available on some platforms
44 #define AK_EXPECT_FALSE( _x ) (_x)
51 #define AK_ALIGN_SIMD( _declaration_ ) AK_ALIGN( _declaration_, AK_SIMD_ALIGNMENT ) ///< Platform-specific alignment requirement for SIMD data
52 #define AK_BUFFER_ALIGNMENT AK_SIMD_ALIGNMENT
97 #define AK_BANK_PLATFORM_DATA_ALIGNMENT (16) ///< Required memory alignment for bank loading by memory address (see LoadBank())