rust/library/stdarch/stdsimd-test
Alex Crichton 24f08cd458 Enhance #[assert_instr] with constant arguments
Some intrinsics need to be invoked with constant arguments to get the right
instruction to get generated, so this commit enhances the `assert_instr` macro
to enable this ability. Namely you pass constant arguments like:

    #[assert_instr(foo, a = b)]

where this will assert that the intrinsic, when invoked with argument `a` equal
to the value `b` and all other arguments passed from the outside, will generate
the instruction `foo`.

Closes #49
2017-09-27 10:32:13 -05:00
..
assert-instr-macro Enhance #[assert_instr] with constant arguments 2017-09-27 10:32:13 -05:00
simd-test-macro crate: use unsafe in tests 2017-09-27 11:04:23 -04:00
src Always test intrinsics unconditionally 2017-09-26 14:38:58 -07:00
Cargo.toml Always test intrinsics unconditionally 2017-09-26 14:38:58 -07:00