<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/simd/reduce_min(_:)-2b4fr",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "simd"
    ],
    "preciseIdentifier" : "s:4simd10reduce_minys6UInt32Vs5SIMD2VyADGF"
  },
  "title" : "reduce_min(_:)"
}
-->

# reduce_min(_:)

Returns the minimum value in a vector.

```
func reduce_min(_ x: SIMD2<UInt32>) -> UInt32
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)