diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-12-07 16:45:39 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-12-07 16:45:39 -0800 |
commit | 465a85fb977fd569f8f04cbc117f68d894b77a66 (patch) | |
tree | 829b7dc2dc9b8e4458e3c58fbcf5bad1b037d84a /test/emcc_O2_hello_world.2asm.js | |
parent | 246bf84adcba84abc96cc6910ca4b5a0898d6c46 (diff) | |
download | binaryen-465a85fb977fd569f8f04cbc117f68d894b77a66.tar.gz binaryen-465a85fb977fd569f8f04cbc117f68d894b77a66.tar.bz2 binaryen-465a85fb977fd569f8f04cbc117f68d894b77a66.zip |
import Math.clz32
Diffstat (limited to 'test/emcc_O2_hello_world.2asm.js')
-rw-r--r-- | test/emcc_O2_hello_world.2asm.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/emcc_O2_hello_world.2asm.js b/test/emcc_O2_hello_world.2asm.js index a6c665d01..94ec31957 100644 --- a/test/emcc_O2_hello_world.2asm.js +++ b/test/emcc_O2_hello_world.2asm.js @@ -11,6 +11,7 @@ function asmFunc(global, env, buffer) { var Math_imul = global.Math.imul; var Math_fround = global.Math.fround; var Math_abs = global.Math.abs; + var Math_clz32 = global.Math.clz32; var abort = env.abort; var _pthread_cleanup_pop = env._pthread_cleanup_pop; var _pthread_self = env._pthread_self; |