| author | |
| committer | |
| log | f8fd8c481ad4778c580691ed374561cd650fd7d3 |
| tree | 1559e7262d6fe32b5b5990c9f95f8da8a5f27484 |
| parent | ea8755fda9a76294a711715142e861c8a3333ed2 |
1 files changed, 2 insertions(+), 2 deletions(-)
test/stage1/behavior/atomics.zig+2-2| ... | ... | @@ -146,8 +146,8 @@ fn testAtomicStore() void { |
| 146 | 146 | } |
| 147 | 147 | |
| 148 | 148 | test "atomicrmw with floats" { |
| 149 | if (builtin.arch == .aarch64 or builtin.arch == .arm) | |
| 150 | return; | |
| 149 | if (builtin.arch == .aarch64 or builtin.arch == .arm or builtin.arch == .riscv64) | |
| 150 | return error.SkipZigTest; | |
| 151 | 151 | testAtomicRmwFloat(); |
| 152 | 152 | } |
| 153 | 153 |