Wwise SDK 2024.1.3
|
#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... | |
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 56 of file IAkProcessorFeatures.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise