vS512Neg(_:_:)
Signed 512-bit negation.
Declaration
func vS512Neg(_ a: UnsafePointer<vS512>, _ result: UnsafeMutablePointer<vS512>)Parameters
- a:
The value to negate.
- result:
The result.
Discussion
Returns the negated value through the result parameter.