summaryrefslogtreecommitdiff
path: root/src/asmjs/shared-constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asmjs/shared-constants.h')
-rw-r--r--src/asmjs/shared-constants.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/asmjs/shared-constants.h b/src/asmjs/shared-constants.h
index d458db684..20edacb7e 100644
--- a/src/asmjs/shared-constants.h
+++ b/src/asmjs/shared-constants.h
@@ -55,6 +55,7 @@ extern cashew::IString I32U_REM;
extern cashew::IString ABS;
extern cashew::IString FLOOR;
extern cashew::IString CEIL;
+extern cashew::IString TRUNC;
extern cashew::IString SQRT;
extern cashew::IString POW;
extern cashew::IString I32_TEMP;
@@ -66,8 +67,8 @@ extern cashew::IString STACK_MAX;
extern cashew::IString INSTRUMENT;
extern cashew::IString MATH_IMUL;
extern cashew::IString MATH_ABS;
-extern cashew::IString MATH_CEIL;
extern cashew::IString MATH_CLZ32;
+extern cashew::IString MATH_CEIL;
extern cashew::IString MATH_FLOOR;
extern cashew::IString MATH_TRUNC;
extern cashew::IString MATH_SQRT;
@@ -89,8 +90,6 @@ extern cashew::IString WASM_FETCH_HIGH_BITS;
extern cashew::IString INT64_TO_32_HIGH_BITS;
extern cashew::IString WASM_NEAREST_F32;
extern cashew::IString WASM_NEAREST_F64;
-extern cashew::IString WASM_TRUNC_F32;
-extern cashew::IString WASM_TRUNC_F64;
extern cashew::IString WASM_I64_MUL;
extern cashew::IString WASM_I64_SDIV;
extern cashew::IString WASM_I64_UDIV;