Back to Aurora Vision Library Lite website

You are here: Start » System » Configuration » ControlSSE

ControlSSE


Header: AVL.h
Namespace: avl

Enables or disables SSE cpu extension usage by other filters.

Syntax

void avl::ControlSSE
(
	bool inIsEnabled,
	bool& outIsAvailable
)

Parameters

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

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.