Commit b67c795
committed
Temporarily disable aarch64_be test due to core_simd bug
rust-lang/portable-simd#348
```
error[E0432]: unresolved imports `core::arch::aarch64::vqtbl1q_u8`, `core::arch::aarch64::vtbl1_u8`
--> /home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/swizzle_dyn.rs:20:46
|
20 | use core::arch::aarch64::{uint8x8_t, vqtbl1q_u8, vtbl1_u8};
| ^^^^^^^^^^ ^^^^^^^^ no `vtbl1_u8` in `core_arch::arch::aarch64`
| |
| no `vqtbl1q_u8` in `core_arch::arch::aarch64`
|
help: a similar name exists in the module
|
20 | use core::arch::aarch64::{uint8x8_t, vst1q_u8, vtbl1_u8};
| ~~~~~~~~
help: a similar name exists in the module
|
20 | use core::arch::aarch64::{uint8x8_t, vqtbl1q_u8, vtrn1_u8};
| ~~~~~~~~
```1 parent 20cb958 commit b67c795
2 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
0 commit comments