| ... | ... | @@ -4809,8 +4809,7 @@ pub fn doNotOptimizeAway(val: anytype) void { |
| 4809 | 4809 | } else doNotOptimizeAway(&val); |
| 4810 | 4810 | }, |
| 4811 | 4811 | .float => { |
| 4812 | | // https://github.com/llvm/llvm-project/issues/159200 |
| 4813 | | if ((t.float.bits == 32 or t.float.bits == 64) and builtin.zig_backend != .stage2_c and !builtin.cpu.arch.isLoongArch()) { |
| 4812 | if ((t.float.bits == 32 or t.float.bits == 64) and builtin.zig_backend != .stage2_c) { |
| 4814 | 4813 | asm volatile ("" |
| 4815 | 4814 | : |
| 4816 | 4815 | : [_] "rm" (val), |