<!--
{
  "availability" : [
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/vS256Neg(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "c:@F@vS256Neg"
  },
  "title" : "vS256Neg(_:_:)"
}
-->

# vS256Neg(_:_:)

Signed 256-bit negation.

```
func vS256Neg(_ a: UnsafePointer<vS256>, _ result: UnsafeMutablePointer<vS256>)
```

## Parameters

`a`

The value to negate.

`result`

Returns the negated value through the result parameter.

## Discussion

---

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)