disable test on arm
parent
ab7fc33c83
commit
2252951066
|
@ -146,6 +146,8 @@ fn testAtomicStore() void {
|
|||
}
|
||||
|
||||
test "atomicrmw with floats" {
|
||||
if (builtin.arch == .aarch64 or builtin.arch == .arm)
|
||||
return;
|
||||
testAtomicRmwFloat();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue