---
title: "min(_:_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/min(_:_:)-67sp6"
---

# min(_:_:)

Elementwise minimum of two vectors.  Each component of the result is the smaller of the corresponding component of the inputs.

## Declaration

```swift
func min(_ x: simd_half16, _ y: simd_half16) -> simd_half16
```
