Version
Wwise SDK 2021.1.10
|
IAkProcessorFeatures.h
Go to the documentation of this file.
48 };
virtual AkUInt32 GetCacheSize()=0
Query L2 cache size to optimize prefetching techniques where necessary.
virtual bool GetSIMDSupport(AkSIMDProcessorSupport in_eSIMD)=0
Query for specific SIMD instruction set support. See AkSIMDProcessorSupport for options.
virtual AkUInt32 GetCacheLineSize()=0
Query cache line size to optimize prefetching techniques where necessary.
Definition: IAkProcessorFeatures.h:56
virtual ~IAkProcessorFeatures()
Virtual destructor on interface to avoid warnings.
Definition: IAkProcessorFeatures.h:59