authorgravatar for michael.dusan@gmail.comMichael Dusan <michael.dusan@gmail.com> 2021-03-10 02:40:42-05:00
committergravatar for michael.dusan@gmail.comMichael Dusan <michael.dusan@gmail.com> 2021-03-12 02:00:29-05:00
log868253a9c94d9907fae81e5e3108c7d10a85f5c3
tree153fe0db91500f734cfd86c6dd9e832daf887f2a
parentbccef441963434b452a623abbb9315fd92c1e255

re-enable behavior/vector test for aarch64

- issue fixed in llvmorg-12.0.0-rc3 closes #8130

1 files changed, 0 insertions(+), 9 deletions(-)

test/stage1/behavior/vector.zig-9
...@@ -510,18 +510,9 @@ test "vector reduce operation" {...@@ -510,18 +510,9 @@ test "vector reduce operation" {
510 const N = @typeInfo(@TypeOf(x)).Array.len;510 const N = @typeInfo(@TypeOf(x)).Array.len;
511 const TX = @typeInfo(@TypeOf(x)).Array.child;511 const TX = @typeInfo(@TypeOf(x)).Array.child;
512512
513 // LLVM ERROR: Cannot select: intrinsic %llvm.aarch64.neon.fminnmv
514 // https://github.com/ziglang/zig/issues/8130
515 // wasmtime: unknown import: `env::fminf` has not been defined513 // wasmtime: unknown import: `env::fminf` has not been defined
516 // https://github.com/ziglang/zig/issues/8131514 // https://github.com/ziglang/zig/issues/8131
517 switch (std.builtin.arch) {515 switch (std.builtin.arch) {
518 .aarch64 => switch (TX) {
519 f16 => switch (op) {
520 .Min, .Max, => return,
521 else => {},
522 },
523 else => {},
524 },
525 .wasm32 => switch (@typeInfo(TX)) {516 .wasm32 => switch (@typeInfo(TX)) {
526 .Float => switch (op) {517 .Float => switch (op) {
527 .Min, .Max, => return,518 .Min, .Max, => return,