vector.maxnumf¶
Lanewise C99 fmax-style floating-point maximum of same-typed vector operands; NaN lanes select the non-NaN operand.
Operation contract¶
| Property | Value |
|---|---|
| Semantic phase | executable |
| Traits | Pure, Elementwise, Commutative |
Signature¶
| Kind | Name | Type | Cardinality | Description |
|---|---|---|---|---|
| Operand | lhs |
vector |
required | — |
| Operand | rhs |
vector |
required | — |
| Result | result |
vector |
required | — |
| Attribute | fastmath |
flags FastMathFlags |
optional | — |
Verification constraints¶
HasFloatElement(result)SameType(lhs, rhs, result)
Examples¶
Note
A canonical source example has not been added for this operation yet.