| author | |
| committer | |
| log | 3e126102b7313026ff94f314053c3fa3f791ce75 |
| tree | 5c612b3e165a25187949ecd888c25b32b847f37e |
| parent | 30b8b29f88362d18ea6523a859b29f7bc6dec622 |
closes #133331 files changed, 2 insertions(+), 1 deletions(-)
lib/compiler_rt/common.zig+2-1| ... | ... | @@ -45,10 +45,11 @@ pub const gnu_f16_abi = switch (builtin.cpu.arch) { |
| 45 | 45 | .wasm64, |
| 46 | 46 | .riscv64, |
| 47 | 47 | .riscv32, |
| 48 | .i386, | |
| 49 | 48 | .x86_64, |
| 50 | 49 | => false, |
| 51 | 50 | |
| 51 | .i386 => true, | |
| 52 | ||
| 52 | 53 | .arm, .armeb, .thumb, .thumbeb => switch (builtin.abi) { |
| 53 | 54 | .eabi, .eabihf => false, |
| 54 | 55 | else => true, |