Back to FabImage Library website
You are here: Start » Function Reference » System » Configuration » ControlAVX2
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Enables or disables AVX2 cpu extension usage by other filters.
Syntax
C++
C#
void fil::ControlAVX2 ( bool inIsEnabled, bool& outIsAvailable )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inIsEnabled | bool | True | When 'true' AVX2 instructions are used |
![]() |
outIsAvailable | bool& |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.