<!--
{
  "availability" : [

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

# reduce_max(_:)

Returns the maximum value in a vector.

```
func reduce_max(_ x: SIMD4<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)