compiler-builtins-zynq/src
est31 37d349015e Disable quickcheck tests on mips
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
2017-02-04 12:23:45 +01:00
..
bin Add newly implemented intrinsics to test file 2017-02-03 01:51:46 +01:00
float Use better cfg name for arm-linux tests 2016-11-12 15:52:59 -06:00
int Disable quickcheck tests on mips 2017-02-04 12:23:45 +01:00
arm.rs add implementations of memcpy et al 2016-12-17 23:06:37 -05:00
lib.rs u128 sdiv intrinsics 2017-02-02 22:13:28 +01:00
mem.rs Fix memset arguments for MSP430 target. 2016-12-19 05:31:20 +03:00
qc.rs Add quickcheck tests 2017-02-03 23:46:15 +01:00
x86_64.rs add an opt-in cargo feature to build intrinsics from compiler-rt source 2016-09-29 16:06:24 -05:00