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

# simd_muladd(_:_:_:)

Returns the multiply-add result for corresponding elements in three vectors.

## Declaration

```swift
func simd_muladd(_ x: simd_double4, _ y: simd_double4, _ z: simd_double4) -> simd_double4
```

## Parameters

- `x`: The x in x*y + z.
- `y`: The y in x*y + z.
- `z`: The z in x*y + z.

## Return Value

Return Value The result of x*y + z.

## See Also

### Math Functions

- [cbrt(_:)](simd/cbrt(_:)-7pm3s.md)
- [ceil(_:)](simd/ceil(_:)-9s503.md)
- [erf(_:)](simd/erf(_:)-1yjjk.md)
- [erfc(_:)](simd/erfc(_:)-6rgzx.md)
- [floor(_:)](simd/floor(_:)-3956i.md)
- [fma(_:_:_:)](simd/fma(_:_:_:)-6mqpv.md)
- [fmod(_:_:)](simd/fmod(_:_:)-92tjw.md)
- [hypot(_:_:)](simd/hypot(_:_:)-2exik.md)
- [lgamma(_:)](simd/lgamma(_:)-2frmv.md)
- [nextafter(_:_:)](simd/nextafter(_:_:)-oxq7.md)
- [pow(_:_:)](simd/pow(_:_:)-3jh7o.md)
- [remainder(_:_:)](simd/remainder(_:_:)-jw8b.md)
- [round(_:)](simd/round(_:)-5ytc6.md)
- [tgamma(_:)](simd/tgamma(_:)-2o8vo.md)
- [trunc(_:)](simd/trunc(_:)-9n2h5.md)
