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

FIL.ControlSIMD

Enables or disables SIMD cpu extension (e.g. SSE, AVX2, NEON) usage by other filters.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ControlSIMD
(
	out FilNet.SimdLevel outLevel
)

Parameters

Name Type Range Default Description
outLevelFilNet.SimdLevelActually adjusted simd level.

Multithreaded environment

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

Function Overrides

See also