vector.log2f¶
Lanewise base-2 logarithm.
Operation contract¶
| Property | Value |
|---|---|
| Semantic phase | — |
| Traits | Pure, Elementwise |
Signature¶
| Kind | Name | Type | Cardinality | Description |
|---|---|---|---|---|
| Operand | input |
vector |
required | — |
| Result | result |
vector |
required | — |
| Attribute | fastmath |
flags FastMathFlags |
optional | — |
Verification constraints¶
HasFloatElement(result)SameType(input, result)
Examples¶
Note
A canonical source example has not been added for this operation yet.