]> git.lizzy.rs Git - rust.git/commit
Switch wasm math symbols to their original names
authorAlex Crichton <alex@alexcrichton.com>
Sat, 15 Sep 2018 16:14:10 +0000 (09:14 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 15 Sep 2018 16:14:10 +0000 (09:14 -0700)
commitb74215accedd26b57907d3473fa325861b8a2f92
tree324eb4f31b4c83e14e8be9740e9de590d269f7ac
parent7a1eed73be3e420cf3b3fc9f5cadd64725a17c9f
Switch wasm math symbols to their original names

The names `Math_*` were given to help undefined symbol messages indicate how to
implement them, but these are all implemented in compiler-rt now so there's no
need to rename them! This change should make it so wasm binaries by default, no
matter the math symbols used, will not have unresolved symbols.
src/libstd/sys/wasm/cmath.rs