Table of Contents
AK::IAkProcessorFeatures Class Reference
Public Member Functions | |
virtual bool | GetSIMDSupport (AkSIMDProcessorSupport in_eSIMD)=0 |
Query for specific SIMD instruction set support. See AkSIMDProcessorSupport for options. |
|
virtual AkUInt32 | GetCacheSize ()=0 |
Query L2 cache size to optimize prefetching techniques where necessary. |
|
virtual AkUInt32 | GetCacheLineSize ()=0 |
Query cache line size to optimize prefetching techniques where necessary. |
|
Protected Member Functions | |
virtual | ~IAkProcessorFeatures () |
Virtual destructor on interface to avoid warnings. |
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 28 of file IAkProcessorFeatures.h.
The documentation for this class was generated from the following file:
- include/AK/SoundEngine/Common/IAkProcessorFeatures.h