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

# simd_min(_:_:)

Returns the minimum value of each element in a vector.

## Declaration

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

## See Also

### Extrema functions

- [simd_max(_:_:)](simd/simd_max(_:_:)-1g1g7.md)
