---
title: "simd_mix(_:_:_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/simd_mix(_:_:_:)-6gojc"
---

# simd_mix(_:_:_:)

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

## Declaration

```swift
func simd_mix(_ x: simd_half8, _ y: simd_half8, _ t: simd_half8) -> simd_half8
```

## See Also

### Interpolation functions

- [simd_smoothstep(_:_:_:)](simd/simd_smoothstep(_:_:_:)-96q78.md)
