aboutsummaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 6a3c754..c690f8f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -142,6 +142,9 @@ enum ejit_opcode {
EJIT_OP_TRUNCR_F_32,
EJIT_OP_TRUNCR_F_64,
+ EJIT_OP_SQRTR_F,
+ EJIT_OP_SQRTR_D,
+
EJIT_OP_EQR,
EJIT_OP_NER,
EJIT_OP_GTR,