CalculatorDisableSIMDExtensions Method

Deactivates CPU-accelerated SIMD vector operations.

Definition

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

Implements

Calculator_CalculatorDisableSIMDExtensions

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