diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-14 16:17:56 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-14 16:33:12 -0700 |
commit | 84c58ecc4abb7af1c88cce1af3d86ffa106f22d2 (patch) | |
tree | a7cdcf905b7a3bfa5105fe761fbc8370fa8a43de /system/lib/compiler-rt | |
parent | cb52c13b00f65b8955f812448db15058e4303295 (diff) |
use compiled compiler-rt code for i64 multiplication
Diffstat (limited to 'system/lib/compiler-rt')
-rw-r--r-- | system/lib/compiler-rt/readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/lib/compiler-rt/readme.txt b/system/lib/compiler-rt/readme.txt index 1fc97635..d32e4600 100644 --- a/system/lib/compiler-rt/readme.txt +++ b/system/lib/compiler-rt/readme.txt @@ -13,4 +13,5 @@ Compile with something like ./emcc system/lib/compiler-rt/*.c -Isystem/lib/compiler-rt/ -o rt.bc ./emcc -O2 -s ASM_JS=1 -g rt.bc -s LINKABLE=1 +manually replace Math_imul with Math.imul |