asm.js bx::flog2 requires PRECISE_F32. (#151)

This commit is contained in:
Jonathan Young
2017-05-15 13:09:06 +10:00
committed by Branimir Karadžić
parent 1ab2179a83
commit aaf4948dd5

View File

@@ -1443,7 +1443,8 @@ function strip()
-- .. "-s USE_WEBGL2=1 "
.. "--memory-init-file 1 "
.. "\"$(TARGET)\" -o \"$(TARGET)\".html "
-- .. "--preload-file ../../../examples/runtime@/"
-- .. "--preload-file ../../../examples/runtime@/ "
.. "-s PRECISE_F32=1"
}
configuration { "riscv" }