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

# vS128Neg(_:)

Signed 128-bit negation.

```
func vS128Neg(_ vA: vSInt32) -> vSInt32
```

## Parameters

`vA`

The value to negate.

## Return Value

Returns the negated value.

## 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)