Back to Adaptive Vision Library website

You are here: Start » Function Reference » Configuration » ControlAVX2

ControlAVX2


Header:AVL.h
Namespace:avl

Enables or disables AVX2 cpu extension usage by other filters.

Syntax

C++
C#
 
void avl::ControlAVX2
(
	bool inIsEnabled,
	bool& outIsAvailable
)

Parameters

Name Type Default Description
inIsEnabled bool True When 'true' AVX2 instructions are used
outIsAvailable bool&