You are here: Start » AVL.NET » AVL.ControlSSE Method
AVL.ControlSSE Method
Enables or disables SSE cpu extension usage by other filters.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ControlSSE( bool inIsEnabled, out bool outIsAvailable )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inIsEnabled | bool | True | When 'true' SSE instructions are used. Default value: True. | |
![]() | outIsAvailable | bool |


