| ... | @@ -717,19 +717,14 @@ test "vector shift operators" { | ... | @@ -717,19 +717,14 @@ test "vector shift operators" { |
| 717 | }; | 717 | }; |
| 718 | | 718 | |
| 719 | switch (builtin.target.cpu.arch) { | 719 | switch (builtin.target.cpu.arch) { |
| 720 | .x86, | | |
| 721 | .aarch64, | | |
| 722 | .aarch64_be, | 720 | .aarch64_be, |
| 723 | .aarch64_32, | 721 | .aarch64_32, |
| 724 | .arm, | | |
| 725 | .armeb, | 722 | .armeb, |
| 726 | .thumb, | 723 | .thumb, |
| 727 | .thumbeb, | 724 | .thumbeb, |
| 728 | .mips, | 725 | .mips, |
| 729 | .mipsel, | | |
| 730 | .mips64, | 726 | .mips64, |
| 731 | .mips64el, | 727 | .mips64el, |
| 732 | .riscv64, | | |
| 733 | .sparc64, | 728 | .sparc64, |
| 734 | => { | 729 | => { |
| 735 | // LLVM miscompiles on this architecture | 730 | // LLVM miscompiles on this architecture |