You are here: Start » AVL.NET » Function Reference » System » Configuration » AVL.ControlAVX2

AVL.ControlAVX2

Enables or disables AVX2 cpu extension usage by other filters.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ControlAVX2
(
	bool inIsEnabled,
	out bool outIsAvailable
)

Parameters

Name Type Range Default Description
inIsEnabledboolTrueWhen 'true' AVX2 instructions are used. Default value: True.
outIsAvailablebool

Parallel execution

This filter cannot be placed in multiple Workers.

See also