Commit 4b1edad6e2

Meghan Denny <hello@nektro.net>
2024-03-04 01:57:59
test: reenable some behavior vector tests
1 parent 1ddd069
Changed files (1)
test
behavior
test/behavior/vector.zig
@@ -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