You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]() | inLevel | Atl.Optional<Avl.SimdLevel> | Maximum simd level to be enabled. Default value: atl::NIL. | ||
![]() | outLevel | Avl.SimdLevel | Actually adjusted simd level. |


