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

# simd_min(_:_:)

Returns the minimum value of each element in a vector.

## Declaration

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

## See Also

### Extrema Functions

- [min(_:_:)](simd/min(_:_:)-7rmn.md)
- [max(_:_:)](simd/max(_:_:)-3puhr.md)
- [simd_max(_:_:)](simd/simd_max(_:_:)-9ibgs.md)
