<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/simd/smoothstep(_:edge0:edge1:)-3gmrv",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "simd"
    ],
    "preciseIdentifier" : "s:4simd10smoothstep_5edge05edge1s5SIMD4VySdGAG_A2GtF"
  },
  "title" : "smoothstep(_:edge0:edge1:)"
}
-->

# smoothstep(_:edge0:edge1:)

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

```
func smoothstep(_ x: SIMD4<Double>, edge0: SIMD4<Double>, edge1: SIMD4<Double>) -> SIMD4<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)