You are here: Start » FIL.NET » Function Reference » System » Configuration » FIL.ControlSSE

FIL.ControlSSE

Enables or disables SSE cpu extension usage by other filters.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

Multithreaded environment

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

See also