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

# simd_min(_:_:)

Returns the minimum value of each element in a vector.

## Declaration

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

## See Also

### Extrema functions

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