Back to Adaptive Vision Library website

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

ControlSSE


Enables or disables SSE cpu extension usage by other filters.

Syntax

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

Parameters

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