<!--
{
  "availability" : [

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

# norm_one(_:)

Returns the sum of the absolute values of a vector.

```
func norm_one(_ x: SIMD3<Double>) -> Double
```

---

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)