test: reenable some behavior vector tests

This commit is contained in:
Meghan Denny 2024-03-03 16:57:59 -08:00 committed by Veikka Tuominen
parent 1ddd0691c6
commit 4b1edad6e2

View File

@ -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