You are here: Start » FIL.NET » Invoke.ControlSIMD

Invoke.ControlSIMD

Enables or disables SIMD cpu extension (e.g. SSE, AVX2, NEON) usage by other filters. This filter does not affect third party components e.g. camera software, OpenCV.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ControlSIMD
(
	Optional<Fil.SimdLevel> inLevel,
	out Fil.SimdLevel outLevel
)

Parameters

Name Type Range Default Description
inLevelFtl.Optional<Fil.SimdLevel>Maximum simd level to be enabled. Default value: ftl::NIL.
outLevelFil.SimdLevelActually adjusted simd level.

See also