vector.negi¶
Lanewise integer negation of a same-typed vector operand.
Operation contract¶
| Property | Value |
|---|---|
| Semantic phase | — |
| Traits | Pure, Elementwise, Involution |
Signature¶
| Kind | Name | Type | Cardinality | Description |
|---|---|---|---|---|
| Operand | input |
vector |
required | — |
| Result | result |
vector |
required | — |
Verification constraints¶
HasIntegerElement(result)SameType(input, result)
Examples¶
Note
A canonical source example has not been added for this operation yet.