mirror of
https://github.com/ziglang/zig.git
synced 2024-12-03 10:28:48 +00:00
re-enable behavior/vector test for aarch64
- issue fixed in llvmorg-12.0.0-rc3 closes #8130
This commit is contained in:
parent
bccef44196
commit
868253a9c9
@ -510,18 +510,9 @@ test "vector reduce operation" {
|
||||
const N = @typeInfo(@TypeOf(x)).Array.len;
|
||||
const TX = @typeInfo(@TypeOf(x)).Array.child;
|
||||
|
||||
// LLVM ERROR: Cannot select: intrinsic %llvm.aarch64.neon.fminnmv
|
||||
// https://github.com/ziglang/zig/issues/8130
|
||||
// wasmtime: unknown import: `env::fminf` has not been defined
|
||||
// https://github.com/ziglang/zig/issues/8131
|
||||
switch (std.builtin.arch) {
|
||||
.aarch64 => switch (TX) {
|
||||
f16 => switch (op) {
|
||||
.Min, .Max, => return,
|
||||
else => {},
|
||||
},
|
||||
else => {},
|
||||
},
|
||||
.wasm32 => switch (@typeInfo(TX)) {
|
||||
.Float => switch (op) {
|
||||
.Min, .Max, => return,
|
||||
|
Loading…
Reference in New Issue
Block a user