<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/simd/simd_muladd(_:_:_:)-3v5t5",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "simd"
    ],
    "preciseIdentifier" : "c:@F@simd_muladd#]8f#S0_#S0_#"
  },
  "title" : "simd_muladd(_:_:_:)"
}
-->

# simd_muladd(_:_:_:)

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

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

## Parameters

`x`

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

`y`

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

`z`

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

## Return Value

The result of `x*y + z`.

---

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)