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

# simd_min(_:_:)

Returns the minimum value of each element in a vector.

## Declaration

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

## See Also

### Extrema Functions

- [simd_max(_:_:)](simd/simd_max(_:_:)-51txy.md)
- [max(_:_:)](simd/max(_:_:)-696e3.md)
- [max(_:_:)](simd/max(_:_:)-6cb9k.md)
- [min(_:_:)](simd/min(_:_:)-5uuf6.md)
- [min(_:_:)](simd/min(_:_:)-5y1sd.md)
