Added predicate comparison LessEqualWithNan (#1736)
* Added predicate comparison LessEqualWithNan * oops * Clang fix
This commit is contained in:
parent
c4b5319446
commit
3135dbc29c
2 changed files with 13 additions and 5 deletions
|
@ -153,6 +153,7 @@ enum class PredCondition : u64 {
|
|||
NotEqual = 5,
|
||||
GreaterEqual = 6,
|
||||
LessThanWithNan = 9,
|
||||
LessEqualWithNan = 11,
|
||||
GreaterThanWithNan = 12,
|
||||
NotEqualWithNan = 13,
|
||||
GreaterEqualWithNan = 14,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue