---
title: MTLMathMode.relaxed
framework: metal
role: symbol
role_heading: Case
path: metal/mtlmathmode/relaxed
---

# MTLMathMode.relaxed

An indicator of the mode the compiler uses to make aggressive, potentially lossy assumptions about floating-point math, while honoring Inf/NaN.

## Declaration

```swift
case relaxed
```

## Discussion

Discussion This is the default for Apple silicon devices.

## See Also

### Modes

- [MTLMathMode.fast](metal/mtlmathmode/fast.md)
- [MTLMathMode.safe](metal/mtlmathmode/safe.md)
