OPCODE_IS_NAN

This commit is contained in:
Dr. Chat
2016-07-11 20:44:12 -05:00
parent fb87b7a3c3
commit 18ff97e6b6
6 changed files with 48 additions and 0 deletions

View File

@@ -303,6 +303,12 @@ DEFINE_OPCODE(
OPCODE_SIG_V_V,
0)
DEFINE_OPCODE(
OPCODE_IS_NAN,
"is_nan",
OPCODE_SIG_V_V,
0)
DEFINE_OPCODE(
OPCODE_COMPARE_EQ,
"compare_eq",