Two reasons:
* the C versions __divti3 and __modti3 are apparently broken,
at least when used in quickcheck. They change their own arguments.
* compiler_rt's support for mips is disabled already on clang [1].
Its desireable to support working "cargo test" on that compiler
as well, and not greet the tester with linker errors.
[1]: http://llvm.org/viewvc/llvm-project?view=revision&revision=224488
|
||
|---|---|---|
| .. | ||
| bin | ||
| float | ||
| int | ||
| arm.rs | ||
| lib.rs | ||
| mem.rs | ||
| qc.rs | ||
| x86_64.rs | ||