| author | |
| committer | |
| log | 2f65c3971547cb81d832c78da4fc4738dde4d1a7 |
| tree | 419d673309951d81003bc43f69f614951e1d33da |
| parent | b72b81292f73cf0a46ab2a6ef31a8db2cd4400ac |
| signature |
See: https://github.com/ziglang/zig/issues/218931 files changed, 1 insertions(+), 0 deletions(-)
lib/std/simd.zig+1| ... | ... | @@ -462,6 +462,7 @@ pub fn prefixScan(comptime op: std.builtin.ReduceOp, comptime hop: isize, vec: a |
| 462 | 462 | |
| 463 | 463 | test "vector prefix scan" { |
| 464 | 464 | if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; |
| 465 | if (builtin.cpu.arch == .aarch64_be and builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/21893 | |
| 465 | 466 | |
| 466 | 467 | if (comptime builtin.cpu.arch.isMIPS()) { |
| 467 | 468 | return error.SkipZigTest; |