Wwise SDK 2019.2.15
IAkProcessorFeatures.h
Version
arrow_right
Table of Contents
Other Documentation
Wwise SDK 2019.2.15
|
IAkProcessorFeatures.h File Reference
Go to the source code of this file.
Classes | |
class | AK::IAkProcessorFeatures |
Namespaces | |
namespace | AK |
Audiokinetic namespace. |
|
Enumerations | |
enum |
AK::AkSIMDProcessorSupport { AK::AK_SIMD_SSE = 1<<0, AK::AK_SIMD_SSE2 = 1<<1, AK::AK_SIMD_SSE3 = 1<<2, AK::AK_SIMD_SSSE3 = 1<<3, AK::AK_SIMD_SSE41 = 1<<4, AK::AK_SIMD_AVX = 1<<5, AK::AK_SIMD_F16C = 1<<6, AK::AK_SIMD_AVX2 = 1<<7 } |
SIMD instruction sets. More... |
|
Detailed Description
Runtime processor supported features detection interface.
Definition in file IAkProcessorFeatures.h.