diff options
| author | gnzlbg <gnzlbg@users.noreply.github.com> | 2018-08-01 15:59:31 +0200 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-08-01 08:59:31 -0500 |
| commit | e6370ca22a8605ccb791f0fe96bfc399576f012d (patch) | |
| tree | adf37c0154197ef1e3af3bb2fb965492f46a229c /library/stdarch/crates/assert-instr-macro | |
| parent | 82274aadc17849bd6792ea9c2bf865c8944fa54b (diff) | |
| download | rust-e6370ca22a8605ccb791f0fe96bfc399576f012d.tar.gz rust-e6370ca22a8605ccb791f0fe96bfc399576f012d.zip | |
add arm/aarch64 table lookup and vector combine intrinsics (#546)
Diffstat (limited to 'library/stdarch/crates/assert-instr-macro')
| -rw-r--r-- | library/stdarch/crates/assert-instr-macro/src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/library/stdarch/crates/assert-instr-macro/src/lib.rs b/library/stdarch/crates/assert-instr-macro/src/lib.rs index 76a14b37cb9..25b5572ad8e 100644 --- a/library/stdarch/crates/assert-instr-macro/src/lib.rs +++ b/library/stdarch/crates/assert-instr-macro/src/lib.rs @@ -94,8 +94,7 @@ pub fn assert_instr( .ident .to_string() .starts_with("target") - }) - .collect::<Vec<_>>(); + }).collect::<Vec<_>>(); let attrs = Append(&attrs); // Use an ABI on Windows that passes SIMD values in registers, like what |
