You are here: Start » AVL.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:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inLevelAtl.Optional<Avl.SimdLevel>Maximum simd level to be enabled. Default value: atl::NIL.
outLevelAvl.SimdLevelActually adjusted simd level.

See also