vector.extui¶
Lanewise unsigned integer extension. Source and result shapes match exactly, and each source lane is zero-extended to the result element width.
Operation contract¶
| Property | Value |
|---|---|
| Semantic phase | executable |
| Traits | Pure, Elementwise |
Signature¶
| Kind | Name | Type | Cardinality | Description |
|---|---|---|---|---|
| Operand | input |
vector |
required | — |
| Result | result |
vector |
required | — |
Verification constraints¶
HasIntegerElement(input)HasIntegerElement(result)SameKind(input, result)SameShape(input, result)ElementWidthGreaterThan(result, input)
Examples¶
Note
A canonical source example has not been added for this operation yet.