You are here: Start » AVL.NET » AVS.ControlSIMD Method

AVS.ControlSIMD Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ControlSIMD
(
	AvlNet.SimdLevel? inLevel,
	out AvlNet.SimdLevel outLevel
)

Parameters

Name Type Range Default Description
inLevelAvlNet.SimdLevel?Maximum simd level to be enabled. Default value: atl::NIL.
outLevelAvlNet.SimdLevelActually adjusted simd level.

Function Overrides

See also