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