compiler-builtins-zynq/src/int
Jorge Aparicio 384c48ce9b don't test always against gcc_s
instead test half of the time against gcc_s and the other half test
against the native operation (\*).

(\*) Not all the targets have available a native version of the
intrinsics under test. On those targets we'll end up testing our
implementation against itself half of the time. This is not much of a
problem because we do several quickcheck runs per intrinsic.
2016-09-21 21:38:06 -05:00
..
mod.rs Move integer functions to separate module 2016-08-20 15:55:06 -05:00
mul.rs don't test always against gcc_s 2016-09-21 21:38:06 -05:00
sdiv.rs don't test always against gcc_s 2016-09-21 21:38:06 -05:00
shift.rs don't test always against gcc_s 2016-09-21 21:38:06 -05:00
udiv.rs don't test always against gcc_s 2016-09-21 21:38:06 -05:00