mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 10:55:45 +00:00
Added predicate comparison GreaterEqualWithNan
This commit is contained in:
parent
66849e5e6e
commit
7afccb51a2
2 changed files with 4 additions and 3 deletions
|
@ -147,6 +147,7 @@ enum class PredCondition : u64 {
|
|||
LessThanWithNan = 9,
|
||||
GreaterThanWithNan = 12,
|
||||
NotEqualWithNan = 13,
|
||||
GreaterEqualWithNan = 14,
|
||||
// TODO(Subv): Other condition types
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue