---
title: "norm_one(_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/norm_one(_:)-7w7u6"
---

# norm_one(_:)

Returns the sum of the absolute values of a vector.

## Declaration

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

## See Also

### Vector Norm Functions

- [norm_inf(_:)](simd/norm_inf(_:)-6o26q.md)
