vector.isfinitef¶
Lanewise floating-point finite test producing an i1 mask vector.
Operation contract¶
| Property | Value |
|---|---|
| Semantic phase | — |
| Traits | Pure, Elementwise |
Signature¶
| Kind | Name | Type | Cardinality | Description |
|---|---|---|---|---|
| Operand | input |
vector |
required | — |
| Result | result |
vector |
required | — |
Verification constraints¶
HasFloatElement(input)HasI1Element(result)SameKind(input, result)SameShape(input, result)
Examples¶
Note
A canonical source example has not been added for this operation yet.