目录
Wwise SDK 2018.1.11
|
AK::IAkProcessorFeatures类 参考abstract
Public 成员函数 | |
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 成员函数 | |
virtual | ~IAkProcessorFeatures () |
Virtual destructor on interface to avoid warnings. 更多... |
|
详细描述
Runtime processor supported features detection interface. Allows to query specific processor features to chose optimal implementation.
- 警告
- The functions in this interface are not thread-safe, unless stated otherwise.
在文件 IAkProcessorFeatures.h 第 49 行定义.
该类的文档由以下文件生成:
- include/AK/SoundEngine/Common/IAkProcessorFeatures.h