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