---
title: "simd_min(_:_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/simd_min(_:_:)-2t446"
---

# simd_min(_:_:)

Returns the minimum value of each element in a vector.

## Declaration

```swift
func simd_min(_ x: simd_int3, _ y: simd_int3) -> simd_int3
```

## See Also

### Extrema Functions

- [simd_max(_:_:)](simd/simd_max(_:_:)-93k3o.md)
- [max(_:_:)](simd/max(_:_:)-1zb5g.md)
- [max(_:_:)](simd/max(_:_:)-1w3tf.md)
- [min(_:_:)](simd/min(_:_:)-8safl.md)
- [min(_:_:)](simd/min(_:_:)-8p0ea.md)
