Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #211 - haellowyyn:fix-multi-definition-of-mulsf3, r=ale…
…xcrichton Remove mulsf3.c and muldf3.c from compiler-rt. mulsf3 and muldf3 have Rust implementations since 8970485. This PR removes the C implementations to avoid conflicts. Without this I wasn't able to compile the crate with the "c" feature enabled, the errors being `multiple definition of '__muldf3'` and `multiple definition of '__mulsf3'`.
- Loading branch information