mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-09 07:46:32 -05:00
Added predicate comparison GreaterEqualWithNan
This commit is contained in:
@@ -147,6 +147,7 @@ enum class PredCondition : u64 {
|
||||
LessThanWithNan = 9,
|
||||
GreaterThanWithNan = 12,
|
||||
NotEqualWithNan = 13,
|
||||
GreaterEqualWithNan = 14,
|
||||
// TODO(Subv): Other condition types
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user