Wwise SDK 2021.1.9
IAkProcessorFeatures
Version
Wwise SDK 2021.1.9
|
AK::IAkProcessorFeatures Class Referenceabstract
#include <IAkProcessorFeatures.h>
Public Member Functions | |
virtual bool | GetSIMDSupport (AkSIMDProcessorSupport in_eSIMD)=0 |
Query for specific SIMD instruction set support. See AkSIMDProcessorSupport for options. More... |
|
virtual AkUInt32 | GetCacheSize ()=0 |
Query L2 cache size to optimize prefetching techniques where necessary. More... |
|
virtual AkUInt32 | GetCacheLineSize ()=0 |
Query cache line size to optimize prefetching techniques where necessary. More... |
|
Protected Member Functions | |
virtual | ~IAkProcessorFeatures () |
Virtual destructor on interface to avoid warnings. More... |
|
Detailed Description
Runtime processor supported features detection interface. Allows to query specific processor features to chose optimal implementation.
![]() |
Warning: The functions in this interface are not thread-safe, unless stated otherwise. |
Definition at line 55 of file IAkProcessorFeatures.h.