diff options
Diffstat (limited to 'compiler/utils/x86/constants_x86.h')
-rw-r--r-- | compiler/utils/x86/constants_x86.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/utils/x86/constants_x86.h b/compiler/utils/x86/constants_x86.h index 45c3834..2dfb65c 100644 --- a/compiler/utils/x86/constants_x86.h +++ b/compiler/utils/x86/constants_x86.h @@ -96,7 +96,8 @@ enum Condition { kZero = kEqual, kNotZero = kNotEqual, kNegative = kSign, - kPositive = kNotSign + kPositive = kNotSign, + kUnordered = kParityEven }; |