Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
asm.js performance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to use musl for better asm.js performance.
|
|
|
|
performance.
|
|
asm.js performance in the algorithm.
|
|
match the ones that waywardmonkeys has pushed in earlier.
|
|
code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This removes warnings about incompatible pointer types in asm2 mode.
|
|
|
|
This eliminates a large number of warnings about incompatible function pointer
casts when compiling for asm.js.
|
|
|
|
|
|
|
|
We can't use weak aliases on variables in emscripten, so get rid of __signgam
and just use signgam.
|
|
|
|
This implementation of strtod() replaces the old as it implements
support for parsing hex constants which is needed by various tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|