Explorar el Código

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

Jonathan Young hace 8 años
padre
commit
aaf4948dd5
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      scripts/toolchain.lua

+ 2 - 1
scripts/toolchain.lua

@@ -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" }