diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-04-11 08:42:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-11 08:42:53 +0200 |
| commit | 8f03217f3edbd98cf0c3209c154cdd21ff0665c6 (patch) | |
| tree | 63ec48a9601e56d50037413e692097b20dcd9c4b /lib/std/simd.zig | |
| parent | 4b63f94b4ecf282c259c24a09d6c4ab7490b6cab (diff) | |
| parent | d01f2aa6e768c8389b622898ffd845c9b7138084 (diff) | |
| download | zig-8f03217f3edbd98cf0c3209c154cdd21ff0665c6.tar.gz zig-8f03217f3edbd98cf0c3209c154cdd21ff0665c6.zip | |
Merge pull request #23497 from alexrp/hexagon
Some `hexagon-linux` porting work
Diffstat (limited to 'lib/std/simd.zig')
| -rw-r--r-- | lib/std/simd.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/simd.zig b/lib/std/simd.zig index b4aef7246c..a07f58ec8a 100644 --- a/lib/std/simd.zig +++ b/lib/std/simd.zig @@ -464,6 +464,7 @@ test "vector prefix scan" { if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; if ((builtin.cpu.arch == .armeb or builtin.cpu.arch == .thumbeb) and builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/22060 if (builtin.cpu.arch == .aarch64_be and builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/21893 + if (builtin.zig_backend == .stage2_llvm and builtin.cpu.arch == .hexagon) return error.SkipZigTest; if (builtin.cpu.arch.isMIPS()) return error.SkipZigTest; |
