| author | |
| committer | |
| log | 37398ed2a5242ece4385e0a61a55a79eed21a5c6 |
| tree | 7374f28a673a91f0745684d765c4cd8a78a67d63 |
| parent | ceaae42e90b1f4ba4aa59328e76913cdde3dedb9 |
2 files changed, 0 insertions(+), 12 deletions(-)
lib/std/mem.zig-6| ... | ... | @@ -316,12 +316,6 @@ pub fn zeroes(comptime T: type) T { |
| 316 | 316 | } |
| 317 | 317 | |
| 318 | 318 | test "zeroes" { |
| 319 | if (builtin.zig_backend == .stage2_llvm) { | |
| 320 | // Regressed in LLVM 14: | |
| 321 | // https://github.com/llvm/llvm-project/issues/55522 | |
| 322 | return error.SkipZigTest; | |
| 323 | } | |
| 324 | ||
| 325 | 319 | const C_struct = extern struct { |
| 326 | 320 | x: u32, |
| 327 | 321 | y: u32, |
lib/std/simd.zig-6| ... | ... | @@ -428,12 +428,6 @@ test "vector prefix scan" { |
| 428 | 428 | return error.SkipZigTest; |
| 429 | 429 | } |
| 430 | 430 | |
| 431 | if (builtin.zig_backend == .stage2_llvm) { | |
| 432 | // Regressed in LLVM 14: | |
| 433 | // https://github.com/llvm/llvm-project/issues/55522 | |
| 434 | return error.SkipZigTest; | |
| 435 | } | |
| 436 | ||
| 437 | 431 | const int_base = @Vector(4, i32){ 11, 23, 9, -21 }; |
| 438 | 432 | const float_base = @Vector(4, f32){ 2, 0.5, -10, 6.54321 }; |
| 439 | 433 | const bool_base = @Vector(4, bool){ true, false, true, false }; |