Table of Contents
Wwise SDK 2018.1.11
|
IAkProcessorFeatures.h
Go to the documentation of this file.
46 /// Runtime processor supported features detection interface. Allows to query specific processor features
virtual bool GetSIMDSupport(AkSIMDProcessorSupport in_eSIMD)=0
Query for specific SIMD instruction set support. See AkSIMDProcessorSupport for options.
Definition: IAkProcessorFeatures.h:49
virtual ~IAkProcessorFeatures()
Virtual destructor on interface to avoid warnings.
Definition: IAkProcessorFeatures.h:53
virtual AkUInt32 GetCacheLineSize()=0
Query cache line size to optimize prefetching techniques where necessary.
virtual AkUInt32 GetCacheSize()=0
Query L2 cache size to optimize prefetching techniques where necessary.