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

# simd_smoothstep(_:_:_:)

Returns an element-wise smoothly interpolated value between two vectors.

## Declaration

```swift
func simd_smoothstep(_ edge0: simd_half4, _ edge1: simd_half4, _ x: simd_half4) -> simd_half4
```

## See Also

### Interpolation functions

- [simd_mix(_:_:_:)](simd/simd_mix(_:_:_:)-4uou1.md)
