Table of Contents

Enum FloatingPointMode

Namespace
DotCompute.Abstractions.Types
Assembly
DotCompute.Abstractions.dll

Specifies the floating-point precision and behavior mode.

public enum FloatingPointMode

Fields

Default = 3

Default mode determined by the backend.

Fast = 2

Fast math mode with aggressive optimizations.

Relaxed = 1

Relaxed precision for better performance.

Strict = 0

Strict IEEE 754 compliance.