You are here: Start » FIL.NET » 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
(
	FilNet.SimdLevel? inLevel,
	out FilNet.SimdLevel outLevel
)

Parameters

Name Type Range Default Description
inLevelFilNet.SimdLevel?Maximum simd level to be enabled. Default value: ftl::NIL.
outLevelFilNet.SimdLevelActually adjusted simd level.

Function Overrides

See also