summaryrefslogtreecommitdiff
path: root/src/wasm2asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm2asm.h')
-rw-r--r--src/wasm2asm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm2asm.h b/src/wasm2asm.h
index 1898da415..d1a0bf865 100644
--- a/src/wasm2asm.h
+++ b/src/wasm2asm.h
@@ -248,6 +248,7 @@ void Wasm2AsmBuilder::addBasics(Ref ast) {
addMath(MATH_IMUL, IMUL);
addMath(MATH_FROUND, FROUND);
addMath(MATH_ABS, ABS);
+ addMath(MATH_CLZ32, CLZ32);
}
void Wasm2AsmBuilder::addImport(Ref ast, Import *import) {