CalculatorEnableSIMDExtensions Method

Activates CPU-accelerated SIMD vector operations.

Definition

Namespace: DWSIM.Thermodynamics.CalculatorInterface
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
[DispIdAttribute(51)]
public void EnableSIMDExtensions()

Implements

Calculator_CalculatorEnableSIMDExtensions

Remarks

This uses the routines implemented in the Yeppp! (http://www.yeppp.info) library, which must be in the same directory as DTL's.

See Also