Commit 18f176f
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 09d61aa commit 18f176f
2 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | | - | |
| 75 | + | |
| 76 | + | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| |||
0 commit comments