Back to FabImage Library website

You are here: Start » Function Reference » Configuration » ControlSIMD

ControlSIMD


Header:FIL.h
Namespace:fil

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

Syntax

C++
C#
 
void fil::ControlSIMD
(
	ftl::Optional<fil::SimdLevel::Type> inLevel,
	fil::SimdLevel::Type& outLevel
)

Parameters

Name Type Default Description
inLevel Optional<SimdLevel::Type> NIL Maximum simd level to be enabled
outLevel SimdLevel::Type& Actually adjusted simd level