mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 00:08:56 +00:00
test: reenable some behavior vector tests
This commit is contained in:
parent
1ddd0691c6
commit
4b1edad6e2
@ -717,19 +717,14 @@ test "vector shift operators" {
|
||||
};
|
||||
|
||||
switch (builtin.target.cpu.arch) {
|
||||
.x86,
|
||||
.aarch64,
|
||||
.aarch64_be,
|
||||
.aarch64_32,
|
||||
.arm,
|
||||
.armeb,
|
||||
.thumb,
|
||||
.thumbeb,
|
||||
.mips,
|
||||
.mipsel,
|
||||
.mips64,
|
||||
.mips64el,
|
||||
.riscv64,
|
||||
.sparc64,
|
||||
=> {
|
||||
// LLVM miscompiles on this architecture
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user