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

# norm_one(_:)

Returns the sum of the absolute values of a vector.

## Declaration

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

## See Also

### Vector Norm Functions

- [norm_inf(_:)](simd/norm_inf(_:)-9lj66.md)
