![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Singleton allowing to globaly enable and disable given instruction sets for processing. More...
#include <InstructionSetManager.h>
Public Member Functions | |
| ~InstructionSetManager () | |
| Desctructor. | |
Static Public Member Functions | |
| static InstructionSetManager & | getInstance () |
| retrieve unique instance of object | |
| static const InstructionSetColl & | getCpuSupportedIS () |
| retrieve collection of cpu supported instruction sets | |
| static const InstructionSetColl & | getEnabledIS () |
| static bool | isSupportedIS (const eInstructionSet &instructionSet) |
| check whether a given instruction set is supported | |
| static bool | isEnableIS (const eInstructionSet &instructionSet) |
| check whether a given instruction set is enable | |
| static bool | disableIS (const eInstructionSet &instructionSet) |
| disable a given instruction set More... | |
| static bool | enableIS (const eInstructionSet &instructionSet) |
| enable a given instruction set More... | |
Protected Member Functions | |
| InstructionSetManager () | |
| Constructor. | |
Protected Attributes | |
| InstructionSetColl | _cpuSupportedIS |
| collection of cpu supported instruction sets | |
| InstructionSetColl | _enabledIS |
Singleton allowing to globaly enable and disable given instruction sets for processing.
|
static |
retrieve collection of enabled instruction set (sub set of cpu supported instruction sets)
|
static |
disable a given instruction set
|
static |
enable a given instruction set
|
protected |
collection of enabled instruction set (sub set of cpu supported instruction sets)
1.8.14