| author | |
| committer | |
| log | 2252951066f772ac6b77ab183ad3bc074ae8f09f |
| tree | 00978c97dc3098ba20ca21b5a3434845a98c7ebd |
| parent | ab7fc33c8342583a8323c19a2596b7e4cd0c5e90 |
| signature |
1 files changed, 2 insertions(+), 0 deletions(-)
test/stage1/behavior/atomics.zig+2| ... | @@ -146,6 +146,8 @@ fn testAtomicStore() void { | ... | @@ -146,6 +146,8 @@ fn testAtomicStore() void { |
| 146 | } | 146 | } |
| 147 | 147 | ||
| 148 | test "atomicrmw with floats" { | 148 | test "atomicrmw with floats" { |
| 149 | if (builtin.arch == .aarch64 or builtin.arch == .arm) | ||
| 150 | return; | ||
| 149 | testAtomicRmwFloat(); | 151 | testAtomicRmwFloat(); |
| 150 | } | 152 | } |
| 151 | 153 |