Open
Description
Issue by cmr
Monday Dec 02, 2013 at 20:41 GMT
For earlier discussion, see rust-lang/rust#10774
This issue was labelled with: I-wishlist in the Rust repository
For performance and consistency reasons, we might want to bundle our own libm. It further reduces our dependency on system libraries, opens the potential for LTO, and gives us something we can control and define.
A good candidate is openlibm, which has a long history.