forked from OSchip/llvm-project
parent
8971be89bb
commit
d29ea04446
|
@ -343,7 +343,7 @@ public:
|
||||||
RK_IntegerOr, ///< Bitwise or logical OR of numbers.
|
RK_IntegerOr, ///< Bitwise or logical OR of numbers.
|
||||||
RK_IntegerAnd, ///< Bitwise or logical AND of numbers.
|
RK_IntegerAnd, ///< Bitwise or logical AND of numbers.
|
||||||
RK_IntegerXor, ///< Bitwise or logical XOR of numbers.
|
RK_IntegerXor, ///< Bitwise or logical XOR of numbers.
|
||||||
RK_IntegerMinMax, //< Min/max implemented in terms of select(cmp()).
|
RK_IntegerMinMax, ///< Min/max implemented in terms of select(cmp()).
|
||||||
RK_FloatAdd, ///< Sum of floats.
|
RK_FloatAdd, ///< Sum of floats.
|
||||||
RK_FloatMult ///< Product of floats.
|
RK_FloatMult ///< Product of floats.
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue