vector.absi¶
Lanewise integer absolute value of a same-typed vector operand.
Operation contract¶
| Property | Value |
|---|---|
| Semantic phase | — |
| Traits | Pure, Elementwise, Idempotent |
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.