You are here: Start » FIL.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: | 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 | |
---|---|---|---|---|---|
![]() | inLevel | Ftl.Optional<Fil.SimdLevel> | Maximum simd level to be enabled. Default value: ftl::NIL. | ||
![]() | outLevel | Fil.SimdLevel | Actually adjusted simd level. |